为什么下面的代码会产生Expected a type
错误?
@interface UUUExampleAPI ()
- (void)fireErrorBlock:(RKRequestDidFailLoadWithErrorBlock)failBlock onErrorInResponse:(RKResponse *)response;
@end
为什么下面的代码会产生Expected a type
错误?
@interface UUUExampleAPI ()
- (void)fireErrorBlock:(RKRequestDidFailLoadWithErrorBlock)failBlock onErrorInResponse:(RKResponse *)response;
@end