mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-18 08:12:07 +00:00
7 lines
238 B
Objective-C
7 lines
238 B
Objective-C
#import "GPBMessage.h"
|
|
#import "YTIFormattedString.h"
|
|
|
|
@interface YTIChapterRenderer : GPBMessage
|
|
@property (nonatomic, readwrite, strong) YTIFormattedString *title;
|
|
@property (nonatomic, readwrite, assign) int timeRangeStartMillis;
|
|
@end
|