OC Block 定义
2020-07-08 本文已影响0人
glView
作为参数
- (void)pingSingleWithHost:(NSString *)host block:(void(^ _Nullable)(BOOL, NSString *, NSUInteger))block;
作为属性
@property (copy) void(^pingStrFinishBlock)(BOOL success, NSString *host, NSUInteger finishCount);