Skip to content

Commit fad9be5

Browse files
author
van
committedFeb 13, 2020
Initialize
Signed-off-by: van <yuzetao@chafou.com>
0 parents  commit fad9be5

File tree

1,488 files changed

+24916
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,488 files changed

+24916
-0
lines changed
 

‎AFNetworking.framework/AFNetworking

375 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//
2+
// Generated by class-dump 3.5 (64 bit).
3+
//
4+
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
5+
//
6+
7+
#import <AFNetworking/AFHTTPResponseSerializer.h>
8+
9+
@class NSArray;
10+
11+
@interface AFCompoundResponseSerializer : AFHTTPResponseSerializer
12+
{
13+
NSArray *_responseSerializers;
14+
}
15+
16+
+ (id)compoundSerializerWithResponseSerializers:(id)arg1;
17+
@property(copy, nonatomic) NSArray *responseSerializers; // @synthesize responseSerializers=_responseSerializers;
18+
- (void).cxx_destruct;
19+
- (id)copyWithZone:(struct _NSZone *)arg1;
20+
- (void)encodeWithCoder:(id)arg1;
21+
- (id)initWithCoder:(id)arg1;
22+
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
23+
24+
@end
25+

0 commit comments

Comments
 (0)
Please sign in to comment.