作为参数
- (void)pingSingleWithHost:(NSString *)host block:(void(^ _Nullable)(BOOL, NSString *, NSUInteger))block;
作为属性
@property (copy) void(^pingStrFinishBlock)(BOOL success, NSString *host, NSUInteger finishCount);
@property (copy) void(^pingStrFinishBlock)(BOOL success, NSString *host, NSUInteger finishCount);