mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
added files via upload
This commit is contained in:
8
Tweaks/YouTubeHeader/YTPlayerBarSegmentMarkerView.h
Normal file
8
Tweaks/YouTubeHeader/YTPlayerBarSegmentMarkerView.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
Reference in New Issue
Block a user