ss
Aeline
2020-09-26 6d8742046f04db48591ace087c35cca0228ae009
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  NSTimer+BUBlockSupport.h
//  BUAdSDK
//
//  Created by gdp on 2017/12/23.
//  Copyright © 2017年 bytedance. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface NSTimer (BU_BlockSupport)
 
+ (NSTimer *)bu_scheduledTimerWithTimeInterval:(NSTimeInterval)interval
                                        repeats:(BOOL)repeats
                                          block:(void (^)(NSTimer *))block;
@end