mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-29 19:27:49 +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
|