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:
		
							
								
								
									
										19
									
								
								Tweaks/FLEX/Utility/Categories/NSTimer+FLEX.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Tweaks/FLEX/Utility/Categories/NSTimer+FLEX.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| // | ||||
| //  NSTimer+Blocks.h | ||||
| //  FLEX | ||||
| // | ||||
| //  Created by Tanner on 3/23/17. | ||||
| // | ||||
|  | ||||
| #import <Foundation/Foundation.h> | ||||
|  | ||||
| typedef void (^VoidBlock)(void); | ||||
|  | ||||
| @interface NSTimer (Blocks) | ||||
|  | ||||
| + (instancetype)flex_fireSecondsFromNow:(NSTimeInterval)delay block:(VoidBlock)block; | ||||
|  | ||||
| // Forward declaration | ||||
| //+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block; | ||||
|  | ||||
| @end | ||||
		Reference in New Issue
	
	Block a user