Swiftgram/LegacyComponents/TGLocalMessageMetaMediaAttachment.h
2018-06-16 20:01:16 +03:00

14 lines
378 B
Objective-C

#import <LegacyComponents/TGMediaAttachment.h>
#define TGLocalMessageMetaMediaAttachmentType 0x944DE6B6
@interface TGLocalMessageMetaMediaAttachment : TGMediaAttachment <TGMediaAttachmentParser>
@property (nonatomic, strong) NSMutableArray *imageInfoList;
@property (nonatomic, strong) NSMutableDictionary *imageUrlToDataFile;
@property (nonatomic) int localMediaId;
@end