mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		
							
								
								
									
										17
									
								
								Tweaks/PSHeader/CameraApp/CAMElapsedTimeView.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Tweaks/PSHeader/CameraApp/CAMElapsedTimeView.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| #import <UIKit/UIKit.h> | ||||
|  | ||||
| NS_CLASS_AVAILABLE_IOS(7_0) | ||||
| @interface CAMElapsedTimeView : UIView | ||||
| @property (readonly) UILabel *_timeLabel; | ||||
| @property (readonly) UIImageView *_recordingImageView; | ||||
| @property (readonly) NSTimer *_updateTimer; | ||||
| @property (readonly) NSDate *_startTime; | ||||
| - (void)_beginRecordingAnimation; | ||||
| - (void)_endRecordingAnimation; | ||||
| - (void)startTimer; | ||||
| - (void)endTimer; | ||||
| - (void)resetTimer; | ||||
| - (void)_update:(NSTimer *)timer; | ||||
| - (BOOL)usingBadgeAppearance; | ||||
| - (UIColor *)_backgroundRedColor; | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn