We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3607da0 commit 8439adbCopy full SHA for 8439adb
TMCache/TMDiskCache.m
@@ -1,5 +1,8 @@
1
#import "TMDiskCache.h"
2
+
3
+#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_4_0
4
#import <UIKit/UIKit.h>
5
+#endif
6
7
#define TMDiskCacheError(error) if (error) { NSLog(@"%@ (%d) ERROR: %@", \
8
[[NSString stringWithUTF8String:__FILE__] lastPathComponent], \
TMCache/TMMemoryCache.m
#import "TMMemoryCache.h"
NSString * const TMMemoryCachePrefix = @"com.tumblr.TMMemoryCache";
0 commit comments