aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSImage+SearchCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSImage+SearchCache.h')
-rw-r--r--AppKit/GTMNSImage+SearchCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AppKit/GTMNSImage+SearchCache.h b/AppKit/GTMNSImage+SearchCache.h
index b0999bf..4e3a10d 100644
--- a/AppKit/GTMNSImage+SearchCache.h
+++ b/AppKit/GTMNSImage+SearchCache.h
@@ -32,6 +32,8 @@
// TODO(alcor): this class should have basic MRU cache
//
+#import <AppKit/AppKit.h>
+
@interface NSImage (GTMNSImageSearchCache)
+ (NSImage *)gtm_imageWithPath:(NSString *)path;
+ (NSImage *)gtm_imageNamed:(NSString *)name;