mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -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
 | 
