mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
15 lines
339 B
Objective-C
15 lines
339 B
Objective-C
#if TARGET_OS_WATCH
|
|
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
|
|
#else
|
|
#import <WatchCommon/TGBridgeMediaAttachment.h>
|
|
#endif
|
|
|
|
@class TGBridgeMessage;
|
|
|
|
@interface TGBridgeReplyMessageMediaAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, assign) int32_t mid;
|
|
@property (nonatomic, strong) TGBridgeMessage *message;
|
|
|
|
@end
|