afmotion 0.6 → 0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/.gitignore +1 -1
- data/Gemfile.lock +21 -28
- data/lib/afmotion/patch/NSURLRequest_params.rb +4 -2
- data/lib/afmotion/version.rb +1 -1
- metadata +2 -53
- data/vendor/Pods/AFNetworking/AFNetworking.podspec +0 -28
- data/vendor/Pods/AFNetworking/AFNetworking/AFHTTPClient.h +0 -574
- data/vendor/Pods/AFNetworking/AFNetworking/AFHTTPClient.m +0 -1187
- data/vendor/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h +0 -133
- data/vendor/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m +0 -341
- data/vendor/Pods/AFNetworking/AFNetworking/AFImageRequestOperation.h +0 -108
- data/vendor/Pods/AFNetworking/AFNetworking/AFImageRequestOperation.m +0 -237
- data/vendor/Pods/AFNetworking/AFNetworking/AFJSONRequestOperation.h +0 -71
- data/vendor/Pods/AFNetworking/AFNetworking/AFJSONRequestOperation.m +0 -136
- data/vendor/Pods/AFNetworking/AFNetworking/AFNetworkActivityIndicatorManager.h +0 -75
- data/vendor/Pods/AFNetworking/AFNetworking/AFNetworkActivityIndicatorManager.m +0 -131
- data/vendor/Pods/AFNetworking/AFNetworking/AFNetworking.h +0 -44
- data/vendor/Pods/AFNetworking/AFNetworking/AFPropertyListRequestOperation.h +0 -68
- data/vendor/Pods/AFNetworking/AFNetworking/AFPropertyListRequestOperation.m +0 -145
- data/vendor/Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h +0 -295
- data/vendor/Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.m +0 -652
- data/vendor/Pods/AFNetworking/AFNetworking/AFXMLRequestOperation.h +0 -89
- data/vendor/Pods/AFNetworking/AFNetworking/AFXMLRequestOperation.m +0 -169
- data/vendor/Pods/AFNetworking/AFNetworking/UIImageView+AFNetworking.h +0 -78
- data/vendor/Pods/AFNetworking/AFNetworking/UIImageView+AFNetworking.m +0 -180
- data/vendor/Pods/AFNetworking/LICENSE +0 -19
- data/vendor/Pods/AFNetworking/README.md +0 -179
- data/vendor/Pods/BuildHeaders/AFNetworking/AFHTTPClient.h +0 -574
- data/vendor/Pods/BuildHeaders/AFNetworking/AFHTTPRequestOperation.h +0 -133
- data/vendor/Pods/BuildHeaders/AFNetworking/AFImageRequestOperation.h +0 -108
- data/vendor/Pods/BuildHeaders/AFNetworking/AFJSONRequestOperation.h +0 -71
- data/vendor/Pods/BuildHeaders/AFNetworking/AFNetworkActivityIndicatorManager.h +0 -75
- data/vendor/Pods/BuildHeaders/AFNetworking/AFNetworking.h +0 -44
- data/vendor/Pods/BuildHeaders/AFNetworking/AFPropertyListRequestOperation.h +0 -68
- data/vendor/Pods/BuildHeaders/AFNetworking/AFURLConnectionOperation.h +0 -295
- data/vendor/Pods/BuildHeaders/AFNetworking/AFXMLRequestOperation.h +0 -89
- data/vendor/Pods/BuildHeaders/AFNetworking/UIImageView+AFNetworking.h +0 -78
- data/vendor/Pods/Headers/AFNetworking/AFHTTPClient.h +0 -574
- data/vendor/Pods/Headers/AFNetworking/AFHTTPRequestOperation.h +0 -133
- data/vendor/Pods/Headers/AFNetworking/AFImageRequestOperation.h +0 -108
- data/vendor/Pods/Headers/AFNetworking/AFJSONRequestOperation.h +0 -71
- data/vendor/Pods/Headers/AFNetworking/AFNetworkActivityIndicatorManager.h +0 -75
- data/vendor/Pods/Headers/AFNetworking/AFNetworking.h +0 -44
- data/vendor/Pods/Headers/AFNetworking/AFPropertyListRequestOperation.h +0 -68
- data/vendor/Pods/Headers/AFNetworking/AFURLConnectionOperation.h +0 -295
- data/vendor/Pods/Headers/AFNetworking/AFXMLRequestOperation.h +0 -89
- data/vendor/Pods/Headers/AFNetworking/UIImageView+AFNetworking.h +0 -78
- data/vendor/Pods/Pods-Acknowledgements.markdown +0 -26
- data/vendor/Pods/Pods-Acknowledgements.plist +0 -56
- data/vendor/Pods/Pods-prefix.pch +0 -14
- data/vendor/Pods/Pods-resources.sh +0 -19
- data/vendor/Pods/Pods.bridgesupport +0 -617
- data/vendor/Pods/Pods.xcconfig +0 -7
- data/vendor/Pods/PodsDummy_Pods.m +0 -4
@@ -1,26 +0,0 @@
|
|
1
|
-
# Acknowledgements
|
2
|
-
This application makes use of the following third party libraries:
|
3
|
-
|
4
|
-
## AFNetworking
|
5
|
-
|
6
|
-
Copyright (c) 2011 Gowalla (http://gowalla.com/)
|
7
|
-
|
8
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
-
of this software and associated documentation files (the "Software"), to deal
|
10
|
-
in the Software without restriction, including without limitation the rights
|
11
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12
|
-
copies of the Software, and to permit persons to whom the Software is
|
13
|
-
furnished to do so, subject to the following conditions:
|
14
|
-
|
15
|
-
The above copyright notice and this permission notice shall be included in
|
16
|
-
all copies or substantial portions of the Software.
|
17
|
-
|
18
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24
|
-
THE SOFTWARE.
|
25
|
-
|
26
|
-
Generated by CocoaPods - http://cocoapods.org
|
@@ -1,56 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
-
<plist version="1.0">
|
4
|
-
<dict>
|
5
|
-
<key>PreferenceSpecifiers</key>
|
6
|
-
<array>
|
7
|
-
<dict>
|
8
|
-
<key>FooterText</key>
|
9
|
-
<string>This application makes use of the following third party libraries:</string>
|
10
|
-
<key>Title</key>
|
11
|
-
<string>Acknowledgements</string>
|
12
|
-
<key>Type</key>
|
13
|
-
<string>PSGroupSpecifier</string>
|
14
|
-
</dict>
|
15
|
-
<dict>
|
16
|
-
<key>FooterText</key>
|
17
|
-
<string>Copyright (c) 2011 Gowalla (http://gowalla.com/)
|
18
|
-
|
19
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20
|
-
of this software and associated documentation files (the "Software"), to deal
|
21
|
-
in the Software without restriction, including without limitation the rights
|
22
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
23
|
-
copies of the Software, and to permit persons to whom the Software is
|
24
|
-
furnished to do so, subject to the following conditions:
|
25
|
-
|
26
|
-
The above copyright notice and this permission notice shall be included in
|
27
|
-
all copies or substantial portions of the Software.
|
28
|
-
|
29
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
31
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
32
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
33
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
34
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
35
|
-
THE SOFTWARE.
|
36
|
-
</string>
|
37
|
-
<key>Title</key>
|
38
|
-
<string>AFNetworking</string>
|
39
|
-
<key>Type</key>
|
40
|
-
<string>PSGroupSpecifier</string>
|
41
|
-
</dict>
|
42
|
-
<dict>
|
43
|
-
<key>FooterText</key>
|
44
|
-
<string>Generated by CocoaPods - http://cocoapods.org</string>
|
45
|
-
<key>Title</key>
|
46
|
-
<string></string>
|
47
|
-
<key>Type</key>
|
48
|
-
<string>PSGroupSpecifier</string>
|
49
|
-
</dict>
|
50
|
-
</array>
|
51
|
-
<key>StringsTable</key>
|
52
|
-
<string>Acknowledgements</string>
|
53
|
-
<key>Title</key>
|
54
|
-
<string>Acknowledgements</string>
|
55
|
-
</dict>
|
56
|
-
</plist>
|
data/vendor/Pods/Pods-prefix.pch
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#ifdef __OBJC__
|
2
|
-
#import <UIKit/UIKit.h>
|
3
|
-
#endif
|
4
|
-
|
5
|
-
#ifdef __OBJC__
|
6
|
-
#import <Availability.h>
|
7
|
-
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
8
|
-
#import <SystemConfiguration/SystemConfiguration.h>
|
9
|
-
#import <MobileCoreServices/MobileCoreServices.h>
|
10
|
-
#else
|
11
|
-
#import <SystemConfiguration/SystemConfiguration.h>
|
12
|
-
#import <CoreServices/CoreServices.h>
|
13
|
-
#endif
|
14
|
-
#endif /* __OBJC__ */
|
@@ -1,19 +0,0 @@
|
|
1
|
-
#!/bin/sh
|
2
|
-
|
3
|
-
install_resource()
|
4
|
-
{
|
5
|
-
case $1 in
|
6
|
-
*.storyboard)
|
7
|
-
echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
|
8
|
-
ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
|
9
|
-
;;
|
10
|
-
*.xib)
|
11
|
-
echo "ibtool --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}"
|
12
|
-
ibtool --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename $1 .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}"
|
13
|
-
;;
|
14
|
-
*)
|
15
|
-
echo "cp -R ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
16
|
-
cp -R "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
17
|
-
;;
|
18
|
-
esac
|
19
|
-
}
|
@@ -1,617 +0,0 @@
|
|
1
|
-
<?xml version='1.0'?>
|
2
|
-
<signatures version='1.0'>
|
3
|
-
<constant type='@' name='AFNetworkingErrorDomain' const='true' declared_type='NSString*'/>
|
4
|
-
<constant type='@' name='AFNetworkingOperationDidFinishNotification' const='true' declared_type='NSString*'/>
|
5
|
-
<constant type='@' name='AFNetworkingOperationDidStartNotification' const='true' declared_type='NSString*'/>
|
6
|
-
<constant type='@' name='AFNetworkingOperationFailingURLRequestErrorKey' const='true' declared_type='NSString*'/>
|
7
|
-
<constant type='@' name='AFNetworkingOperationFailingURLResponseErrorKey' const='true' declared_type='NSString*'/>
|
8
|
-
<constant type='d' name='kAFUploadStream3GSuggestedDelay' const='true' declared_type='NSTimeInterval'/>
|
9
|
-
<constant type='I' name='kAFUploadStream3GSuggestedPacketSize' const='true' declared_type='NSUInteger'/>
|
10
|
-
<enum value='0' name='AFFormURLParameterEncoding'/>
|
11
|
-
<enum value='1' name='AFJSONParameterEncoding'/>
|
12
|
-
<enum value='2' name='AFPropertyListParameterEncoding'/>
|
13
|
-
<function name='AFContentTypesFromHTTPHeader'>
|
14
|
-
<arg type='@' name='string' declared_type='NSString*'/>
|
15
|
-
<retval type='@' declared_type='NSSet*'/>
|
16
|
-
</function>
|
17
|
-
<function name='AFQueryStringFromParametersWithEncoding'>
|
18
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*'/>
|
19
|
-
<arg type='I' name='encoding' declared_type='NSStringEncoding'/>
|
20
|
-
<retval type='@' declared_type='NSString*'/>
|
21
|
-
</function>
|
22
|
-
<class name='AFHTTPClient'>
|
23
|
-
<method selector='HTTPRequestOperationWithRequest:success:failure:'>
|
24
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
25
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='1'>
|
26
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
27
|
-
<arg type='@' declared_type='id'/>
|
28
|
-
<retval type='v' declared_type='void'/>
|
29
|
-
</arg>
|
30
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='2'>
|
31
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
32
|
-
<arg type='@' declared_type='NSError*'/>
|
33
|
-
<retval type='v' declared_type='void'/>
|
34
|
-
</arg>
|
35
|
-
<retval type='@' declared_type='AFHTTPRequestOperation*'/>
|
36
|
-
</method>
|
37
|
-
<method selector='baseURL'>
|
38
|
-
<retval type='@' declared_type='NSURL*'/>
|
39
|
-
</method>
|
40
|
-
<method selector='cancelAllHTTPOperationsWithMethod:path:'>
|
41
|
-
<arg type='@' name='method' declared_type='NSString*' index='0'/>
|
42
|
-
<arg type='@' name='path' declared_type='NSString*' index='1'/>
|
43
|
-
<retval type='v' declared_type='void'/>
|
44
|
-
</method>
|
45
|
-
<method selector='clearAuthorizationHeader'>
|
46
|
-
<retval type='v' declared_type='void'/>
|
47
|
-
</method>
|
48
|
-
<method selector='clientWithBaseURL:' class_method='true'>
|
49
|
-
<arg type='@' name='url' declared_type='NSURL*' index='0'/>
|
50
|
-
<retval type='@' declared_type='AFHTTPClient*'/>
|
51
|
-
</method>
|
52
|
-
<method selector='defaultValueForHeader:'>
|
53
|
-
<arg type='@' name='header' declared_type='NSString*' index='0'/>
|
54
|
-
<retval type='@' declared_type='NSString*'/>
|
55
|
-
</method>
|
56
|
-
<method selector='deletePath:parameters:success:failure:'>
|
57
|
-
<arg type='@' name='path' declared_type='NSString*' index='0'/>
|
58
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='1'/>
|
59
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='2'>
|
60
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
61
|
-
<arg type='@' declared_type='id'/>
|
62
|
-
<retval type='v' declared_type='void'/>
|
63
|
-
</arg>
|
64
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='3'>
|
65
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
66
|
-
<arg type='@' declared_type='NSError*'/>
|
67
|
-
<retval type='v' declared_type='void'/>
|
68
|
-
</arg>
|
69
|
-
<retval type='v' declared_type='void'/>
|
70
|
-
</method>
|
71
|
-
<method selector='enqueueBatchOfHTTPRequestOperations:progressBlock:completionBlock:'>
|
72
|
-
<arg type='@' name='operations' declared_type='NSArray*' index='0'/>
|
73
|
-
<arg type='@?' name='progressBlock' declared_type='void (^)(NSUInteger, NSUInteger)' function_pointer='true' index='1'>
|
74
|
-
<arg type='I' declared_type='NSUInteger'/>
|
75
|
-
<arg type='I' declared_type='NSUInteger'/>
|
76
|
-
<retval type='v' declared_type='void'/>
|
77
|
-
</arg>
|
78
|
-
<arg type='@?' name='completionBlock' declared_type='void (^)(NSArray *)' function_pointer='true' index='2'>
|
79
|
-
<arg type='@' declared_type='NSArray*'/>
|
80
|
-
<retval type='v' declared_type='void'/>
|
81
|
-
</arg>
|
82
|
-
<retval type='v' declared_type='void'/>
|
83
|
-
</method>
|
84
|
-
<method selector='enqueueBatchOfHTTPRequestOperationsWithRequests:progressBlock:completionBlock:'>
|
85
|
-
<arg type='@' name='urlRequests' declared_type='NSArray*' index='0'/>
|
86
|
-
<arg type='@?' name='progressBlock' declared_type='void (^)(NSUInteger, NSUInteger)' function_pointer='true' index='1'>
|
87
|
-
<arg type='I' declared_type='NSUInteger'/>
|
88
|
-
<arg type='I' declared_type='NSUInteger'/>
|
89
|
-
<retval type='v' declared_type='void'/>
|
90
|
-
</arg>
|
91
|
-
<arg type='@?' name='completionBlock' declared_type='void (^)(NSArray *)' function_pointer='true' index='2'>
|
92
|
-
<arg type='@' declared_type='NSArray*'/>
|
93
|
-
<retval type='v' declared_type='void'/>
|
94
|
-
</arg>
|
95
|
-
<retval type='v' declared_type='void'/>
|
96
|
-
</method>
|
97
|
-
<method selector='enqueueHTTPRequestOperation:'>
|
98
|
-
<arg type='@' name='operation' declared_type='AFHTTPRequestOperation*' index='0'/>
|
99
|
-
<retval type='v' declared_type='void'/>
|
100
|
-
</method>
|
101
|
-
<method selector='getPath:parameters:success:failure:'>
|
102
|
-
<arg type='@' name='path' declared_type='NSString*' index='0'/>
|
103
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='1'/>
|
104
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='2'>
|
105
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
106
|
-
<arg type='@' declared_type='id'/>
|
107
|
-
<retval type='v' declared_type='void'/>
|
108
|
-
</arg>
|
109
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='3'>
|
110
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
111
|
-
<arg type='@' declared_type='NSError*'/>
|
112
|
-
<retval type='v' declared_type='void'/>
|
113
|
-
</arg>
|
114
|
-
<retval type='v' declared_type='void'/>
|
115
|
-
</method>
|
116
|
-
<method selector='initWithBaseURL:'>
|
117
|
-
<arg type='@' name='url' declared_type='NSURL*' index='0'/>
|
118
|
-
<retval type='@' declared_type='id'/>
|
119
|
-
</method>
|
120
|
-
<method selector='multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock:'>
|
121
|
-
<arg type='@' name='method' declared_type='NSString*' index='0'/>
|
122
|
-
<arg type='@' name='path' declared_type='NSString*' index='1'/>
|
123
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='2'/>
|
124
|
-
<arg type='@?' name='block' declared_type='void (^)(id)' function_pointer='true' index='3'>
|
125
|
-
<arg type='@' declared_type='id'/>
|
126
|
-
<retval type='v' declared_type='void'/>
|
127
|
-
</arg>
|
128
|
-
<retval type='@' declared_type='NSMutableURLRequest*'/>
|
129
|
-
</method>
|
130
|
-
<method selector='operationQueue'>
|
131
|
-
<retval type='@' declared_type='NSOperationQueue*'/>
|
132
|
-
</method>
|
133
|
-
<method selector='parameterEncoding'>
|
134
|
-
<retval type='i' declared_type='AFHTTPClientParameterEncoding'/>
|
135
|
-
</method>
|
136
|
-
<method selector='patchPath:parameters:success:failure:'>
|
137
|
-
<arg type='@' name='path' declared_type='NSString*' index='0'/>
|
138
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='1'/>
|
139
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='2'>
|
140
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
141
|
-
<arg type='@' declared_type='id'/>
|
142
|
-
<retval type='v' declared_type='void'/>
|
143
|
-
</arg>
|
144
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='3'>
|
145
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
146
|
-
<arg type='@' declared_type='NSError*'/>
|
147
|
-
<retval type='v' declared_type='void'/>
|
148
|
-
</arg>
|
149
|
-
<retval type='v' declared_type='void'/>
|
150
|
-
</method>
|
151
|
-
<method selector='postPath:parameters:success:failure:'>
|
152
|
-
<arg type='@' name='path' declared_type='NSString*' index='0'/>
|
153
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='1'/>
|
154
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='2'>
|
155
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
156
|
-
<arg type='@' declared_type='id'/>
|
157
|
-
<retval type='v' declared_type='void'/>
|
158
|
-
</arg>
|
159
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='3'>
|
160
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
161
|
-
<arg type='@' declared_type='NSError*'/>
|
162
|
-
<retval type='v' declared_type='void'/>
|
163
|
-
</arg>
|
164
|
-
<retval type='v' declared_type='void'/>
|
165
|
-
</method>
|
166
|
-
<method selector='putPath:parameters:success:failure:'>
|
167
|
-
<arg type='@' name='path' declared_type='NSString*' index='0'/>
|
168
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='1'/>
|
169
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='2'>
|
170
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
171
|
-
<arg type='@' declared_type='id'/>
|
172
|
-
<retval type='v' declared_type='void'/>
|
173
|
-
</arg>
|
174
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='3'>
|
175
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
176
|
-
<arg type='@' declared_type='NSError*'/>
|
177
|
-
<retval type='v' declared_type='void'/>
|
178
|
-
</arg>
|
179
|
-
<retval type='v' declared_type='void'/>
|
180
|
-
</method>
|
181
|
-
<method selector='registerHTTPOperationClass:'>
|
182
|
-
<arg type='#' name='operationClass' declared_type='Class' index='0'/>
|
183
|
-
<retval type='B' declared_type='BOOL'/>
|
184
|
-
</method>
|
185
|
-
<method selector='requestWithMethod:path:parameters:'>
|
186
|
-
<arg type='@' name='method' declared_type='NSString*' index='0'/>
|
187
|
-
<arg type='@' name='path' declared_type='NSString*' index='1'/>
|
188
|
-
<arg type='@' name='parameters' declared_type='NSDictionary*' index='2'/>
|
189
|
-
<retval type='@' declared_type='NSMutableURLRequest*'/>
|
190
|
-
</method>
|
191
|
-
<method selector='setAuthorizationHeaderWithToken:'>
|
192
|
-
<arg type='@' name='token' declared_type='NSString*' index='0'/>
|
193
|
-
<retval type='v' declared_type='void'/>
|
194
|
-
</method>
|
195
|
-
<method selector='setAuthorizationHeaderWithUsername:password:'>
|
196
|
-
<arg type='@' name='username' declared_type='NSString*' index='0'/>
|
197
|
-
<arg type='@' name='password' declared_type='NSString*' index='1'/>
|
198
|
-
<retval type='v' declared_type='void'/>
|
199
|
-
</method>
|
200
|
-
<method selector='setDefaultHeader:value:'>
|
201
|
-
<arg type='@' name='header' declared_type='NSString*' index='0'/>
|
202
|
-
<arg type='@' name='value' declared_type='NSString*' index='1'/>
|
203
|
-
<retval type='v' declared_type='void'/>
|
204
|
-
</method>
|
205
|
-
<method selector='setParameterEncoding:'>
|
206
|
-
<arg type='i' name='parameterEncoding' declared_type='AFHTTPClientParameterEncoding' index='0'/>
|
207
|
-
<retval type='v' declared_type='void'/>
|
208
|
-
</method>
|
209
|
-
<method selector='setStringEncoding:'>
|
210
|
-
<arg type='I' name='stringEncoding' declared_type='NSStringEncoding' index='0'/>
|
211
|
-
<retval type='v' declared_type='void'/>
|
212
|
-
</method>
|
213
|
-
<method selector='stringEncoding'>
|
214
|
-
<retval type='I' declared_type='NSStringEncoding'/>
|
215
|
-
</method>
|
216
|
-
<method selector='unregisterHTTPOperationClass:'>
|
217
|
-
<arg type='#' name='operationClass' declared_type='Class' index='0'/>
|
218
|
-
<retval type='v' declared_type='void'/>
|
219
|
-
</method>
|
220
|
-
</class>
|
221
|
-
<class name='AFHTTPRequestOperation'>
|
222
|
-
<method selector='acceptableContentTypes' class_method='true'>
|
223
|
-
<retval type='@' declared_type='NSSet*'/>
|
224
|
-
</method>
|
225
|
-
<method selector='acceptableStatusCodes' class_method='true'>
|
226
|
-
<retval type='@' declared_type='NSIndexSet*'/>
|
227
|
-
</method>
|
228
|
-
<method selector='addAcceptableContentTypes:' class_method='true'>
|
229
|
-
<arg type='@' name='contentTypes' declared_type='NSSet*' index='0'/>
|
230
|
-
<retval type='v' declared_type='void'/>
|
231
|
-
</method>
|
232
|
-
<method selector='addAcceptableStatusCodes:' class_method='true'>
|
233
|
-
<arg type='@' name='statusCodes' declared_type='NSIndexSet*' index='0'/>
|
234
|
-
<retval type='v' declared_type='void'/>
|
235
|
-
</method>
|
236
|
-
<method selector='canProcessRequest:' class_method='true'>
|
237
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
238
|
-
<retval type='B' declared_type='BOOL'/>
|
239
|
-
</method>
|
240
|
-
<method selector='failureCallbackQueue'>
|
241
|
-
<retval type='@' declared_type='dispatch_queue_t'/>
|
242
|
-
</method>
|
243
|
-
<method selector='hasAcceptableContentType'>
|
244
|
-
<retval type='B' declared_type='BOOL'/>
|
245
|
-
</method>
|
246
|
-
<method selector='hasAcceptableStatusCode'>
|
247
|
-
<retval type='B' declared_type='BOOL'/>
|
248
|
-
</method>
|
249
|
-
<method selector='response'>
|
250
|
-
<retval type='@' declared_type='NSHTTPURLResponse*'/>
|
251
|
-
</method>
|
252
|
-
<method selector='setCompletionBlockWithSuccess:failure:'>
|
253
|
-
<arg type='@?' name='success' declared_type='void (^)(AFHTTPRequestOperation *, id)' function_pointer='true' index='0'>
|
254
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
255
|
-
<arg type='@' declared_type='id'/>
|
256
|
-
<retval type='v' declared_type='void'/>
|
257
|
-
</arg>
|
258
|
-
<arg type='@?' name='failure' declared_type='void (^)(AFHTTPRequestOperation *, NSError *)' function_pointer='true' index='1'>
|
259
|
-
<arg type='@' declared_type='AFHTTPRequestOperation*'/>
|
260
|
-
<arg type='@' declared_type='NSError*'/>
|
261
|
-
<retval type='v' declared_type='void'/>
|
262
|
-
</arg>
|
263
|
-
<retval type='v' declared_type='void'/>
|
264
|
-
</method>
|
265
|
-
<method selector='setFailureCallbackQueue:'>
|
266
|
-
<arg type='@' name='failureCallbackQueue' declared_type='dispatch_queue_t' index='0'/>
|
267
|
-
<retval type='v' declared_type='void'/>
|
268
|
-
</method>
|
269
|
-
<method selector='setSuccessCallbackQueue:'>
|
270
|
-
<arg type='@' name='successCallbackQueue' declared_type='dispatch_queue_t' index='0'/>
|
271
|
-
<retval type='v' declared_type='void'/>
|
272
|
-
</method>
|
273
|
-
<method selector='successCallbackQueue'>
|
274
|
-
<retval type='@' declared_type='dispatch_queue_t'/>
|
275
|
-
</method>
|
276
|
-
</class>
|
277
|
-
<class name='AFImageRequestOperation'>
|
278
|
-
<method selector='imageRequestOperationWithRequest:imageProcessingBlock:success:failure:' class_method='true'>
|
279
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
280
|
-
<arg type='@?' name='imageProcessingBlock' declared_type='UIImage *(^)(UIImage *)' function_pointer='true' index='1'>
|
281
|
-
<arg type='@' declared_type='UIImage*'/>
|
282
|
-
<retval type='@' declared_type='UIImage*'/>
|
283
|
-
</arg>
|
284
|
-
<arg type='@?' name='success' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, UIImage *)' function_pointer='true' index='2'>
|
285
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
286
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
287
|
-
<arg type='@' declared_type='UIImage*'/>
|
288
|
-
<retval type='v' declared_type='void'/>
|
289
|
-
</arg>
|
290
|
-
<arg type='@?' name='failure' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSError *)' function_pointer='true' index='3'>
|
291
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
292
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
293
|
-
<arg type='@' declared_type='NSError*'/>
|
294
|
-
<retval type='v' declared_type='void'/>
|
295
|
-
</arg>
|
296
|
-
<retval type='@' declared_type='AFImageRequestOperation*'/>
|
297
|
-
</method>
|
298
|
-
<method selector='imageRequestOperationWithRequest:success:' class_method='true'>
|
299
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
300
|
-
<arg type='@?' name='success' declared_type='void (^)(UIImage *)' function_pointer='true' index='1'>
|
301
|
-
<arg type='@' declared_type='UIImage*'/>
|
302
|
-
<retval type='v' declared_type='void'/>
|
303
|
-
</arg>
|
304
|
-
<retval type='@' declared_type='AFImageRequestOperation*'/>
|
305
|
-
</method>
|
306
|
-
<method selector='imageScale'>
|
307
|
-
<retval type='f' declared_type='CGFloat'/>
|
308
|
-
</method>
|
309
|
-
<method selector='responseImage'>
|
310
|
-
<retval type='@' declared_type='UIImage*'/>
|
311
|
-
</method>
|
312
|
-
<method selector='setImageScale:'>
|
313
|
-
<arg type='f' name='imageScale' declared_type='CGFloat' index='0'/>
|
314
|
-
<retval type='v' declared_type='void'/>
|
315
|
-
</method>
|
316
|
-
</class>
|
317
|
-
<class name='AFJSONRequestOperation'>
|
318
|
-
<method selector='JSONReadingOptions'>
|
319
|
-
<retval type='I' declared_type='NSJSONReadingOptions'/>
|
320
|
-
</method>
|
321
|
-
<method selector='JSONRequestOperationWithRequest:success:failure:' class_method='true'>
|
322
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
323
|
-
<arg type='@?' name='success' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, id)' function_pointer='true' index='1'>
|
324
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
325
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
326
|
-
<arg type='@' declared_type='id'/>
|
327
|
-
<retval type='v' declared_type='void'/>
|
328
|
-
</arg>
|
329
|
-
<arg type='@?' name='failure' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSError *, id)' function_pointer='true' index='2'>
|
330
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
331
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
332
|
-
<arg type='@' declared_type='NSError*'/>
|
333
|
-
<arg type='@' declared_type='id'/>
|
334
|
-
<retval type='v' declared_type='void'/>
|
335
|
-
</arg>
|
336
|
-
<retval type='@' declared_type='AFJSONRequestOperation*'/>
|
337
|
-
</method>
|
338
|
-
<method selector='responseJSON'>
|
339
|
-
<retval type='@' declared_type='id'/>
|
340
|
-
</method>
|
341
|
-
<method selector='setJSONReadingOptions:'>
|
342
|
-
<arg type='I' name='JSONReadingOptions' declared_type='NSJSONReadingOptions' index='0'/>
|
343
|
-
<retval type='v' declared_type='void'/>
|
344
|
-
</method>
|
345
|
-
</class>
|
346
|
-
<class name='AFNetworkActivityIndicatorManager'>
|
347
|
-
<method selector='decrementActivityCount'>
|
348
|
-
<retval type='v' declared_type='void'/>
|
349
|
-
</method>
|
350
|
-
<method selector='incrementActivityCount'>
|
351
|
-
<retval type='v' declared_type='void'/>
|
352
|
-
</method>
|
353
|
-
<method selector='isEnabled'>
|
354
|
-
<retval type='B' declared_type='BOOL'/>
|
355
|
-
</method>
|
356
|
-
<method selector='isNetworkActivityIndicatorVisible'>
|
357
|
-
<retval type='B' declared_type='BOOL'/>
|
358
|
-
</method>
|
359
|
-
<method selector='setEnabled:'>
|
360
|
-
<arg type='B' name='enabled' declared_type='BOOL' index='0'/>
|
361
|
-
<retval type='v' declared_type='void'/>
|
362
|
-
</method>
|
363
|
-
<method selector='sharedManager' class_method='true'>
|
364
|
-
<retval type='@' declared_type='AFNetworkActivityIndicatorManager*'/>
|
365
|
-
</method>
|
366
|
-
</class>
|
367
|
-
<class name='AFPropertyListRequestOperation'>
|
368
|
-
<method selector='propertyListReadOptions'>
|
369
|
-
<retval type='I' declared_type='NSPropertyListReadOptions'/>
|
370
|
-
</method>
|
371
|
-
<method selector='propertyListRequestOperationWithRequest:success:failure:' class_method='true'>
|
372
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
373
|
-
<arg type='@?' name='success' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, id)' function_pointer='true' index='1'>
|
374
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
375
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
376
|
-
<arg type='@' declared_type='id'/>
|
377
|
-
<retval type='v' declared_type='void'/>
|
378
|
-
</arg>
|
379
|
-
<arg type='@?' name='failure' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSError *, id)' function_pointer='true' index='2'>
|
380
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
381
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
382
|
-
<arg type='@' declared_type='NSError*'/>
|
383
|
-
<arg type='@' declared_type='id'/>
|
384
|
-
<retval type='v' declared_type='void'/>
|
385
|
-
</arg>
|
386
|
-
<retval type='@' declared_type='AFPropertyListRequestOperation*'/>
|
387
|
-
</method>
|
388
|
-
<method selector='responsePropertyList'>
|
389
|
-
<retval type='@' declared_type='id'/>
|
390
|
-
</method>
|
391
|
-
<method selector='setPropertyListReadOptions:'>
|
392
|
-
<arg type='I' name='propertyListReadOptions' declared_type='NSPropertyListReadOptions' index='0'/>
|
393
|
-
<retval type='v' declared_type='void'/>
|
394
|
-
</method>
|
395
|
-
</class>
|
396
|
-
<class name='AFURLConnectionOperation'>
|
397
|
-
<method selector='error'>
|
398
|
-
<retval type='@' declared_type='NSError*'/>
|
399
|
-
</method>
|
400
|
-
<method selector='initWithRequest:'>
|
401
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
402
|
-
<retval type='@' declared_type='id'/>
|
403
|
-
</method>
|
404
|
-
<method selector='inputStream'>
|
405
|
-
<retval type='@' declared_type='NSInputStream*'/>
|
406
|
-
</method>
|
407
|
-
<method selector='isPaused'>
|
408
|
-
<retval type='B' declared_type='BOOL'/>
|
409
|
-
</method>
|
410
|
-
<method selector='outputStream'>
|
411
|
-
<retval type='@' declared_type='NSOutputStream*'/>
|
412
|
-
</method>
|
413
|
-
<method selector='pause'>
|
414
|
-
<retval type='v' declared_type='void'/>
|
415
|
-
</method>
|
416
|
-
<method selector='request'>
|
417
|
-
<retval type='@' declared_type='NSURLRequest*'/>
|
418
|
-
</method>
|
419
|
-
<method selector='response'>
|
420
|
-
<retval type='@' declared_type='NSURLResponse*'/>
|
421
|
-
</method>
|
422
|
-
<method selector='responseData'>
|
423
|
-
<retval type='@' declared_type='NSData*'/>
|
424
|
-
</method>
|
425
|
-
<method selector='responseString'>
|
426
|
-
<retval type='@' declared_type='NSString*'/>
|
427
|
-
</method>
|
428
|
-
<method selector='resume'>
|
429
|
-
<retval type='v' declared_type='void'/>
|
430
|
-
</method>
|
431
|
-
<method selector='runLoopModes'>
|
432
|
-
<retval type='@' declared_type='NSSet*'/>
|
433
|
-
</method>
|
434
|
-
<method selector='setAuthenticationAgainstProtectionSpaceBlock:'>
|
435
|
-
<arg type='@?' name='block' declared_type='BOOL (^)(NSURLConnection *, NSURLProtectionSpace *)' function_pointer='true' index='0'>
|
436
|
-
<arg type='@' declared_type='NSURLConnection*'/>
|
437
|
-
<arg type='@' declared_type='NSURLProtectionSpace*'/>
|
438
|
-
<retval type='B' declared_type='BOOL'/>
|
439
|
-
</arg>
|
440
|
-
<retval type='v' declared_type='void'/>
|
441
|
-
</method>
|
442
|
-
<method selector='setAuthenticationChallengeBlock:'>
|
443
|
-
<arg type='@?' name='block' declared_type='void (^)(NSURLConnection *, NSURLAuthenticationChallenge *)' function_pointer='true' index='0'>
|
444
|
-
<arg type='@' declared_type='NSURLConnection*'/>
|
445
|
-
<arg type='@' declared_type='NSURLAuthenticationChallenge*'/>
|
446
|
-
<retval type='v' declared_type='void'/>
|
447
|
-
</arg>
|
448
|
-
<retval type='v' declared_type='void'/>
|
449
|
-
</method>
|
450
|
-
<method selector='setCacheResponseBlock:'>
|
451
|
-
<arg type='@?' name='block' declared_type='NSCachedURLResponse *(^)(NSURLConnection *, NSCachedURLResponse *)' function_pointer='true' index='0'>
|
452
|
-
<arg type='@' declared_type='NSURLConnection*'/>
|
453
|
-
<arg type='@' declared_type='NSCachedURLResponse*'/>
|
454
|
-
<retval type='@' declared_type='NSCachedURLResponse*'/>
|
455
|
-
</arg>
|
456
|
-
<retval type='v' declared_type='void'/>
|
457
|
-
</method>
|
458
|
-
<method selector='setDownloadProgressBlock:'>
|
459
|
-
<arg type='@?' name='block' declared_type='void (^)(NSUInteger, long long, long long)' function_pointer='true' index='0'>
|
460
|
-
<arg type='I' declared_type='NSUInteger'/>
|
461
|
-
<arg type='q' declared_type='long long'/>
|
462
|
-
<arg type='q' declared_type='long long'/>
|
463
|
-
<retval type='v' declared_type='void'/>
|
464
|
-
</arg>
|
465
|
-
<retval type='v' declared_type='void'/>
|
466
|
-
</method>
|
467
|
-
<method selector='setInputStream:'>
|
468
|
-
<arg type='@' name='inputStream' declared_type='NSInputStream*' index='0'/>
|
469
|
-
<retval type='v' declared_type='void'/>
|
470
|
-
</method>
|
471
|
-
<method selector='setOutputStream:'>
|
472
|
-
<arg type='@' name='outputStream' declared_type='NSOutputStream*' index='0'/>
|
473
|
-
<retval type='v' declared_type='void'/>
|
474
|
-
</method>
|
475
|
-
<method selector='setRedirectResponseBlock:'>
|
476
|
-
<arg type='@?' name='block' declared_type='NSURLRequest *(^)(NSURLConnection *, NSURLRequest *, NSURLResponse *)' function_pointer='true' index='0'>
|
477
|
-
<arg type='@' declared_type='NSURLConnection*'/>
|
478
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
479
|
-
<arg type='@' declared_type='NSURLResponse*'/>
|
480
|
-
<retval type='@' declared_type='NSURLRequest*'/>
|
481
|
-
</arg>
|
482
|
-
<retval type='v' declared_type='void'/>
|
483
|
-
</method>
|
484
|
-
<method selector='setRunLoopModes:'>
|
485
|
-
<arg type='@' name='runLoopModes' declared_type='NSSet*' index='0'/>
|
486
|
-
<retval type='v' declared_type='void'/>
|
487
|
-
</method>
|
488
|
-
<method selector='setShouldExecuteAsBackgroundTaskWithExpirationHandler:'>
|
489
|
-
<arg type='@?' name='handler' declared_type='void (^)(void)' function_pointer='true' index='0'>
|
490
|
-
<retval type='v' declared_type='void'/>
|
491
|
-
</arg>
|
492
|
-
<retval type='v' declared_type='void'/>
|
493
|
-
</method>
|
494
|
-
<method selector='setUploadProgressBlock:'>
|
495
|
-
<arg type='@?' name='block' declared_type='void (^)(NSUInteger, long long, long long)' function_pointer='true' index='0'>
|
496
|
-
<arg type='I' declared_type='NSUInteger'/>
|
497
|
-
<arg type='q' declared_type='long long'/>
|
498
|
-
<arg type='q' declared_type='long long'/>
|
499
|
-
<retval type='v' declared_type='void'/>
|
500
|
-
</arg>
|
501
|
-
<retval type='v' declared_type='void'/>
|
502
|
-
</method>
|
503
|
-
</class>
|
504
|
-
<class name='AFXMLRequestOperation'>
|
505
|
-
<method selector='XMLParserRequestOperationWithRequest:success:failure:' class_method='true'>
|
506
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
507
|
-
<arg type='@?' name='success' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSXMLParser *)' function_pointer='true' index='1'>
|
508
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
509
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
510
|
-
<arg type='@' declared_type='NSXMLParser*'/>
|
511
|
-
<retval type='v' declared_type='void'/>
|
512
|
-
</arg>
|
513
|
-
<arg type='@?' name='failure' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSError *, NSXMLParser *)' function_pointer='true' index='2'>
|
514
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
515
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
516
|
-
<arg type='@' declared_type='NSError*'/>
|
517
|
-
<arg type='@' declared_type='NSXMLParser*'/>
|
518
|
-
<retval type='v' declared_type='void'/>
|
519
|
-
</arg>
|
520
|
-
<retval type='@' declared_type='AFXMLRequestOperation*'/>
|
521
|
-
</method>
|
522
|
-
<method selector='responseXMLParser'>
|
523
|
-
<retval type='@' declared_type='NSXMLParser*'/>
|
524
|
-
</method>
|
525
|
-
</class>
|
526
|
-
<class name='NSObject'>
|
527
|
-
<method selector='appendPartWithFileData:name:fileName:mimeType:'>
|
528
|
-
<arg type='@' name='data' declared_type='NSData*' index='0'/>
|
529
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
530
|
-
<arg type='@' name='fileName' declared_type='NSString*' index='2'/>
|
531
|
-
<arg type='@' name='mimeType' declared_type='NSString*' index='3'/>
|
532
|
-
<retval type='v' declared_type='void'/>
|
533
|
-
</method>
|
534
|
-
<method selector='appendPartWithFileURL:name:error:'>
|
535
|
-
<arg type='@' name='fileURL' declared_type='NSURL*' index='0'/>
|
536
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
537
|
-
<arg type='^@' name='error' declared_type='NSError**' index='2'/>
|
538
|
-
<retval type='B' declared_type='BOOL'/>
|
539
|
-
</method>
|
540
|
-
<method selector='appendPartWithFormData:name:'>
|
541
|
-
<arg type='@' name='data' declared_type='NSData*' index='0'/>
|
542
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
543
|
-
<retval type='v' declared_type='void'/>
|
544
|
-
</method>
|
545
|
-
<method selector='appendPartWithHeaders:body:'>
|
546
|
-
<arg type='@' name='headers' declared_type='NSDictionary*' index='0'/>
|
547
|
-
<arg type='@' name='body' declared_type='NSData*' index='1'/>
|
548
|
-
<retval type='v' declared_type='void'/>
|
549
|
-
</method>
|
550
|
-
<method selector='throttleBandwidthWithPacketSize:delay:'>
|
551
|
-
<arg type='I' name='numberOfBytes' declared_type='NSUInteger' index='0'/>
|
552
|
-
<arg type='d' name='delay' declared_type='NSTimeInterval' index='1'/>
|
553
|
-
<retval type='v' declared_type='void'/>
|
554
|
-
</method>
|
555
|
-
</class>
|
556
|
-
<class name='UIImageView'>
|
557
|
-
<method selector='cancelImageRequestOperation'>
|
558
|
-
<retval type='v' declared_type='void'/>
|
559
|
-
</method>
|
560
|
-
<method selector='setImageWithURL:'>
|
561
|
-
<arg type='@' name='url' declared_type='NSURL*' index='0'/>
|
562
|
-
<retval type='v' declared_type='void'/>
|
563
|
-
</method>
|
564
|
-
<method selector='setImageWithURL:placeholderImage:'>
|
565
|
-
<arg type='@' name='url' declared_type='NSURL*' index='0'/>
|
566
|
-
<arg type='@' name='placeholderImage' declared_type='UIImage*' index='1'/>
|
567
|
-
<retval type='v' declared_type='void'/>
|
568
|
-
</method>
|
569
|
-
<method selector='setImageWithURLRequest:placeholderImage:success:failure:'>
|
570
|
-
<arg type='@' name='urlRequest' declared_type='NSURLRequest*' index='0'/>
|
571
|
-
<arg type='@' name='placeholderImage' declared_type='UIImage*' index='1'/>
|
572
|
-
<arg type='@?' name='success' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, UIImage *)' function_pointer='true' index='2'>
|
573
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
574
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
575
|
-
<arg type='@' declared_type='UIImage*'/>
|
576
|
-
<retval type='v' declared_type='void'/>
|
577
|
-
</arg>
|
578
|
-
<arg type='@?' name='failure' declared_type='void (^)(NSURLRequest *, NSHTTPURLResponse *, NSError *)' function_pointer='true' index='3'>
|
579
|
-
<arg type='@' declared_type='NSURLRequest*'/>
|
580
|
-
<arg type='@' declared_type='NSHTTPURLResponse*'/>
|
581
|
-
<arg type='@' declared_type='NSError*'/>
|
582
|
-
<retval type='v' declared_type='void'/>
|
583
|
-
</arg>
|
584
|
-
<retval type='v' declared_type='void'/>
|
585
|
-
</method>
|
586
|
-
</class>
|
587
|
-
<informal_protocol name='AFMultipartFormData'>
|
588
|
-
<method type='v24@0:4@8@12@16@20' selector='appendPartWithFileData:name:fileName:mimeType:'>
|
589
|
-
<arg type='@' name='data' declared_type='NSData*' index='0'/>
|
590
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
591
|
-
<arg type='@' name='fileName' declared_type='NSString*' index='2'/>
|
592
|
-
<arg type='@' name='mimeType' declared_type='NSString*' index='3'/>
|
593
|
-
<retval type='v' declared_type='void'/>
|
594
|
-
</method>
|
595
|
-
<method type='B20@0:4@8@12^@16' selector='appendPartWithFileURL:name:error:'>
|
596
|
-
<arg type='@' name='fileURL' declared_type='NSURL*' index='0'/>
|
597
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
598
|
-
<arg type='^@' name='error' declared_type='NSError**' index='2'/>
|
599
|
-
<retval type='B' declared_type='BOOL'/>
|
600
|
-
</method>
|
601
|
-
<method type='v16@0:4@8@12' selector='appendPartWithFormData:name:'>
|
602
|
-
<arg type='@' name='data' declared_type='NSData*' index='0'/>
|
603
|
-
<arg type='@' name='name' declared_type='NSString*' index='1'/>
|
604
|
-
<retval type='v' declared_type='void'/>
|
605
|
-
</method>
|
606
|
-
<method type='v16@0:4@8@12' selector='appendPartWithHeaders:body:'>
|
607
|
-
<arg type='@' name='headers' declared_type='NSDictionary*' index='0'/>
|
608
|
-
<arg type='@' name='body' declared_type='NSData*' index='1'/>
|
609
|
-
<retval type='v' declared_type='void'/>
|
610
|
-
</method>
|
611
|
-
<method type='v20@0:4I8d12' selector='throttleBandwidthWithPacketSize:delay:'>
|
612
|
-
<arg type='I' name='numberOfBytes' declared_type='NSUInteger' index='0'/>
|
613
|
-
<arg type='d' name='delay' declared_type='NSTimeInterval' index='1'/>
|
614
|
-
<retval type='v' declared_type='void'/>
|
615
|
-
</method>
|
616
|
-
</informal_protocol>
|
617
|
-
</signatures>
|