mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 14:40:42 +00:00
14 lines
378 B
Objective-C
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
|