mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-06-08 02:53:56 +02:00
9 lines
234 B
Objective-C
9 lines
234 B
Objective-C
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
|
|
#import <WatchCommonWatch/TGBridgeMessageEntities.h>
|
|
|
|
@interface TGBridgeMessageEntitiesAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, strong) NSArray *entities;
|
|
|
|
@end
|