mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 14:02:24 +01:00
9 lines
335 B
Objective-C
9 lines
335 B
Objective-C
#import "TGBridgeForwardedMessageMediaAttachment.h"
|
|
#import "TGForwardedMessageMediaAttachment.h"
|
|
|
|
@interface TGBridgeForwardedMessageMediaAttachment (TGForwardedMessageMediaAttachment)
|
|
|
|
+ (TGBridgeForwardedMessageMediaAttachment *)attachmentWithTGForwardedMessageMediaAttachment:(TGForwardedMessageMediaAttachment *)attachment;
|
|
|
|
@end
|