mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 12:59:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
#import "PLCameraButton.h"
 | 
						|
 | 
						|
NS_CLASS_DEPRECATED_IOS(5_0, 6_1)
 | 
						|
@interface PLCameraButtonBar : UIToolbar
 | 
						|
@property (retain, nonatomic) PLCameraButton *cameraButton;
 | 
						|
- (UIView *)_backgroundView;
 | 
						|
- (void)_setVisibility:(BOOL)visible;
 | 
						|
@end
 |