mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 17:37:33 +01:00
10 lines
225 B
C
10 lines
225 B
C
|
#import "TGBridgeMediaAttachment.h"
|
||
|
|
||
|
@class TGMediaAttachment;
|
||
|
|
||
|
@interface TGBridgeMediaAttachment (TGMediaAttachment)
|
||
|
|
||
|
+ (TGBridgeMediaAttachment *)attachmentWithTGMediaAttachment:(TGMediaAttachment *)mediaAttachment;
|
||
|
|
||
|
@end
|