You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
395 B

//
// NSTimer+KJSolve.h
// KJBannerViewDemo
//
// Created by 杨科军 on 2019/12/25.
// Copyright © 2019 杨科军. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSTimer (KJSolve)
+ (NSTimer*)kj_scheduledTimerWithTimeInterval:(NSTimeInterval)inerval Repeats:(BOOL)repeats Block:(void(^)(NSTimer*timer))block;
@end
NS_ASSUME_NONNULL_END