we don't need to declare ivars anymore.
This commit is contained in:
parent
f2ce416ca2
commit
2413d95c3f
1 changed files with 1 additions and 8 deletions
|
|
@ -25,14 +25,7 @@
|
||||||
/**
|
/**
|
||||||
|
|
||||||
*/
|
*/
|
||||||
@interface AFDownloadRequestOperation : AFHTTPRequestOperation {
|
@interface AFDownloadRequestOperation : AFHTTPRequestOperation;
|
||||||
@private
|
|
||||||
NSString *_responsePath;
|
|
||||||
NSError *_downloadError;
|
|
||||||
NSString *_destination;
|
|
||||||
BOOL _allowOverwrite;
|
|
||||||
BOOL _deletesFileUponFailure;
|
|
||||||
}
|
|
||||||
|
|
||||||
@property (readonly, nonatomic, copy) NSString *responsePath;
|
@property (readonly, nonatomic, copy) NSString *responsePath;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue