mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 12:59:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			903 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			903 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
NS_CLASS_AVAILABLE_IOS(8_0)
 | 
						|
@interface CAMZoomSlider : UISlider
 | 
						|
 | 
						|
@property (getter=isMinimumAutozooming) BOOL minimumAutozooming;
 | 
						|
@property (getter=isMaximumAutozooming) BOOL maximumAutozooming;
 | 
						|
@property (getter=_isAutozooming, setter = _setAutozooming :) BOOL _autozooming;
 | 
						|
@property (readonly) NSTimer *_visibilityTimer;
 | 
						|
@property (readonly) UIImageView *_thumbImageView;
 | 
						|
@property (readonly) UIView *_minTrackMaskView;
 | 
						|
@property (readonly) UIView *_maxTrackMaskView;
 | 
						|
@property (assign, nonatomic) UIView *delegate;
 | 
						|
 | 
						|
- (BOOL)visibilityTimerIsValid;
 | 
						|
 | 
						|
- (void)_beginAutozooming;
 | 
						|
- (void)_commonCAMZoomSliderInitialization;
 | 
						|
- (void)_endAutozooming;
 | 
						|
- (void)_hideZoomSlider:(id)arg1;
 | 
						|
- (void)_postHideZoomSliderAnimation;
 | 
						|
- (void)_updateAutozooming;
 | 
						|
 | 
						|
- (void)makeInvisible;
 | 
						|
- (void)makeVisible;
 | 
						|
- (void)makeVisibleAnimated:(BOOL)animated;
 | 
						|
- (void)startVisibilityTimer;
 | 
						|
- (void)stopVisibilityTimer;
 | 
						|
 | 
						|
@end
 |