/NSTimer-hzk_Block

NSTimer Category to provide block usage on device before iOS 10.0

Primary LanguageObjective-C

NSTimer-hzk_Block

NSTimer Category to provide block usage on device before iOS 10.0

Will directly use corresponding system implementation for iOS 10.0+ device

+ (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block;
+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block;