mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 01:56:06 -04:00
9 lines
310 B
Objective-C
9 lines
310 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface YTPlayerBarSegmentMarkerView : UIView
|
|
@property (nonatomic, readwrite, assign) CGFloat startTime;
|
|
@property (nonatomic, readwrite, assign) CGFloat endTime;
|
|
@property (nonatomic, readwrite, assign) CGFloat width;
|
|
@property (nonatomic, readwrite, assign) NSInteger type;
|
|
@end
|