Swiftgram/submodules/WatchCommon/Host/Sources/TGBridgeMessageEntitiesAttachment.h
2019-09-01 13:29:50 +04:00

9 lines
224 B
Objective-C

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