mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-11-03 12:59:26 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			338 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
#import <UIKit/UIKit.h>
 | 
						|
 | 
						|
NS_CLASS_AVAILABLE_IOS(9_0)
 | 
						|
@interface CAMFramerateIndicatorView : UIView
 | 
						|
 | 
						|
@property NSInteger style;
 | 
						|
- (NSInteger)_framesPerSecond;
 | 
						|
 | 
						|
- (NSString *)_labelText;
 | 
						|
- (UIImageView *)_borderImageView;
 | 
						|
 | 
						|
- (UILabel *)_bottomLabel;
 | 
						|
- (UILabel *)_topLabel;
 | 
						|
 | 
						|
- (void)_updateForAppearanceChange;
 | 
						|
- (void)_updateLabels;
 | 
						|
 | 
						|
@end
 |