0
爲什麼下面的代碼會產生Expected a type
錯誤?ResKit 0.20.0「預期類型」錯誤
@interface UUUExampleAPI()
- (void)fireErrorBlock:(RKRequestDidFailLoadWithErrorBlock)failBlock onErrorInResponse:(RKResponse *)response;
@end
爲什麼下面的代碼會產生Expected a type
錯誤?ResKit 0.20.0「預期類型」錯誤
@interface UUUExampleAPI()
- (void)fireErrorBlock:(RKRequestDidFailLoadWithErrorBlock)failBlock onErrorInResponse:(RKResponse *)response;
@end
因爲RKRequestDidFailLoadWithErrorBlock
和RKResponse
在RestKit 0.10.3但不0.20.0可用。