Updated my project to AFNetworking
, Xcode show this error:
@property (nonatomic, strong) dispatch_queue_t completionQueue;
Property with 'retain or strong
' attribute must be of object type.
I cannot understand why the official example there is no error warning?