mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 17:38:07 +01:00
10 lines
194 B
C
10 lines
194 B
C
|
#import "TGBridgeStickerPack.h"
|
||
|
|
||
|
@class TGStickerPack;
|
||
|
|
||
|
@interface TGBridgeStickerPack (TGStickerPack)
|
||
|
|
||
|
+ (TGBridgeStickerPack *)stickerPackWithTGStickerPack:(TGStickerPack *)stickerPack;
|
||
|
|
||
|
@end
|