We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a09d871 + 5b910b2 commit 4745f3dCopy full SHA for 4745f3d
1 file changed
JMImageCache.h
@@ -37,7 +37,7 @@
37
- (void) setImage:(UIImage *)i forKey:(NSString *)key;
38
- (void) setImage:(UIImage *)i forURL:(NSURL *)url;
39
- (void) removeImageForKey:(NSString *)key;
40
-- (void) removeImageForURL:(NSString *)url;
+- (void) removeImageForURL:(NSURL *)url;
41
42
- (void) writeData:(NSData *)data toPath:(NSString *)path;
43
- (void) performDiskWriteOperation:(NSInvocation *)invoction;
0 commit comments