Skip to content

Commit

Permalink
Merge pull request #57 from digabriel/master
Browse files Browse the repository at this point in the history
Importing UIKit so TMCache can be used in Swift
  • Loading branch information
irace committed Dec 13, 2014
2 parents 7bfa37e + 2868e56 commit 479e4c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TMCache/TMDiskCache.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "TMDiskCache.h"
#import <UIKit/UIKit.h>

#define TMDiskCacheError(error) if (error) { NSLog(@"%@ (%d) ERROR: %@", \
[[NSString stringWithUTF8String:__FILE__] lastPathComponent], \
Expand Down
1 change: 1 addition & 0 deletions TMCache/TMMemoryCache.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "TMMemoryCache.h"
#import <UIKit/UIKit.h>

NSString * const TMMemoryCachePrefix = @"com.tumblr.TMMemoryCache";

Expand Down

0 comments on commit 479e4c3

Please sign in to comment.