mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
More Xcode 4 crap
This commit is contained in:
@@ -36,7 +36,7 @@ static const NSInteger kMaxConcurrentLoads = 5;
|
||||
}
|
||||
|
||||
- (id)init {
|
||||
if (self = [super init]) {
|
||||
if ((self = [super init])) {
|
||||
_requests = [[NSMutableArray alloc] init];
|
||||
_suspended = NO;
|
||||
_totalLoading = 0;
|
||||
|
||||
Reference in New Issue
Block a user