-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAFPropertyListRequestOperation.h
41 lines (34 loc) · 1.94 KB
/
AFPropertyListRequestOperation.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, May 19, 2018 at 4:52:06 PM Eastern Daylight Time
* Operating System: Version 10.2 (Build 14C92)
* Image Source: /var/containers/Bundle/Application/7AB1B6B1-534C-4BF9-A7EB-BE2BD4C13043/Snapchat.app/Snapchat
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <Snapchat/AFHTTPRequestOperation.h>
@class NSError;
@interface AFPropertyListRequestOperation : AFHTTPRequestOperation {
id _responsePropertyList;
unsigned long long _propertyListReadOptions;
unsigned long long _propertyListFormat;
NSError* _propertyListError;
}
@property (nonatomic,retain) id responsePropertyList; //@synthesize responsePropertyList=_responsePropertyList - In the implementation block
@property (assign,nonatomic) unsigned long long propertyListFormat; //@synthesize propertyListFormat=_propertyListFormat - In the implementation block
@property (nonatomic,retain) NSError * propertyListError; //@synthesize propertyListError=_propertyListError - In the implementation block
@property (assign,nonatomic) unsigned long long propertyListReadOptions; //@synthesize propertyListReadOptions=_propertyListReadOptions - In the implementation block
+(BOOL)canProcessRequest:(id)arg1 ;
+(id)acceptableContentTypes;
+(id)propertyListRequestOperationWithRequest:(id)arg1 success:(/*^block*/id)arg2 failure:(/*^block*/id)arg3 ;
-(void)setCompletionBlockWithSuccess:(/*^block*/id)arg1 failure:(/*^block*/id)arg2 ;
-(id)responsePropertyList;
-(void)setPropertyListReadOptions:(unsigned long long)arg1 ;
-(unsigned long long)propertyListReadOptions;
-(void)setResponsePropertyList:(id)arg1 ;
-(void)setPropertyListFormat:(unsigned long long)arg1 ;
-(void)setPropertyListError:(NSError *)arg1 ;
-(NSError *)propertyListError;
-(unsigned long long)propertyListFormat;
-(id)initWithRequest:(id)arg1 ;
-(id)error;
@end