mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
17 lines
283 B
C
17 lines
283 B
C
![]() |
//
|
||
|
// OSKInMemoryImageCache.h
|
||
|
// Overshare
|
||
|
//
|
||
|
// Created by Jared Sinclair on 10/22/13.
|
||
|
// Copyright (c) 2013 Overshare Kit. All rights reserved.
|
||
|
//
|
||
|
|
||
|
@import Foundation;
|
||
|
|
||
|
@interface OSKInMemoryImageCache : NSCache
|
||
|
|
||
|
+ (id)sharedInstance;
|
||
|
- (UIImage *)settingsIconMaskImage;
|
||
|
|
||
|
@end
|