mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-03 17:08:57 +00:00
5 lines
207 B
Objective-C
5 lines
207 B
Objective-C
#import "YTIItemSectionSupportedRenderers.h"
|
|
|
|
@interface YTIItemSectionRenderer : GPBMessage
|
|
@property (nonatomic, strong, readwrite) NSMutableArray <YTIItemSectionSupportedRenderers *> *contentsArray;
|
|
@end
|