Files
YTLitePlus/Tweaks/YouTubeHeader/YTIItemSectionRenderer.h
2023-06-27 09:54:41 +02:00

6 lines
207 B
Objective-C

#import "YTIItemSectionSupportedRenderers.h"
@interface YTIItemSectionRenderer : GPBMessage
@property (nonatomic, strong, readwrite) NSMutableArray <YTIItemSectionSupportedRenderers *> *contentsArray;
@end