Skip to content

Commit

Permalink
Fix some warning
Browse files Browse the repository at this point in the history
  • Loading branch information
whlsxl committed Oct 21, 2013
1 parent ea1d87d commit 882bef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/ASIHTTPRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,8 @@ typedef void (^ASIDataBlock)(NSData *data);
@property (retain, readonly) NSNumber *requestID;

// The download cache that will be used for this request (use [ASIHTTPRequest setDefaultCache:cache] to configure a default cache
@property (assign) id <ASICacheDelegate> downloadCache;
// id <ASICacheDelegate>
@property (weak) id downloadCache;
@property (assign) ASICachePolicy cachePolicy;
@property (assign) ASICacheStoragePolicy cacheStoragePolicy;
@property (assign, readonly) BOOL didUseCachedResponse;
Expand Down

0 comments on commit 882bef6

Please sign in to comment.