Skip to content

Commit

Permalink
Merge pull request AFNetworking#4206 from Huang-Libo/patch-1
Browse files Browse the repository at this point in the history
Update AFAutoPurgingImageCache.m
  • Loading branch information
SlaunchaMan committed Jun 8, 2018
2 parents 746f6c3 + 357466d commit 207a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/AFAutoPurgingImageCache.m
Expand Up @@ -28,7 +28,7 @@
@interface AFCachedImage : NSObject

@property (nonatomic, strong) UIImage *image;
@property (nonatomic, strong) NSString *identifier;
@property (nonatomic, copy) NSString *identifier;
@property (nonatomic, assign) UInt64 totalBytes;
@property (nonatomic, strong) NSDate *lastAccessDate;
@property (nonatomic, assign) UInt64 currentMemoryUsage;
Expand Down

0 comments on commit 207a707

Please sign in to comment.