Files
Telegram-iOS/submodules/WatchCommon/Watch/Sources/TGBridgeMessageEntitiesAttachment.h
T
PeterandPeter 308a0b949c Temp
2019-09-01 13:29:50 +04:00

9 lines
234 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
#import <WatchCommonWatch/TGBridgeMessageEntities.h>
@interface TGBridgeMessageEntitiesAttachment : TGBridgeMediaAttachment
@property (nonatomic, strong) NSArray *entities;
@end