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

6 lines
207 B
Objective-C

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