commit
5dc7be4c64
1 changed files with 2 additions and 2 deletions
|
|
@ -85,12 +85,12 @@ extern NSString * AFCreateIncompleteDownloadDirectoryPath(void);
|
||||||
/**
|
/**
|
||||||
The callback dispatch queue on success. If `NULL` (default), the main queue is used.
|
The callback dispatch queue on success. If `NULL` (default), the main queue is used.
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) dispatch_queue_t successCallbackQueue;
|
@property (nonatomic, assign) dispatch_queue_t successCallbackQueue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The callback dispatch queue on failure. If `NULL` (default), the main queue is used.
|
The callback dispatch queue on failure. If `NULL` (default), the main queue is used.
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) dispatch_queue_t failureCallbackQueue;
|
@property (nonatomic, assign) dispatch_queue_t failureCallbackQueue;
|
||||||
|
|
||||||
///-------------------------------------------------------------
|
///-------------------------------------------------------------
|
||||||
/// @name Managing Accceptable HTTP Status Codes & Content Types
|
/// @name Managing Accceptable HTTP Status Codes & Content Types
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue