mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-12 10:46:33 +02:00
11 lines
200 B
Objective-C
11 lines
200 B
Objective-C
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGBridgeStickersSignals : NSObject
|
|
|
|
+ (SSignal *)recentStickersWithLimit:(NSUInteger)limit;
|
|
+ (SSignal *)stickerPacks;
|
|
|
|
+ (NSURL *)stickerPacksURL;
|
|
|
|
@end
|