mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 17:38:07 +01:00
10 lines
149 B
Objective-C
10 lines
149 B
Objective-C
#import "TGModernCache.h"
|
|
|
|
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGModernCache (SSignal)
|
|
|
|
- (SSignal *)cachedItemForKey:(NSData *)key;
|
|
|
|
@end
|