1
0
mirror of https://github.com/danog/Telegram.git synced 2024-11-30 04:29:15 +01:00
Telegram/legacy/TelegraphKit/TGMediaAttachment.m
2015-10-01 19:19:52 +03:00

14 lines
258 B
Objective-C

#import "TGMediaAttachment.h"
@implementation TGMediaAttachment
@synthesize type = _type;
@synthesize isMeta = _isMeta;
- (void)serialize:(NSMutableData *)__unused data
{
TGLog(@"***** TGMediaAttachment: default implementation not provided");
}
@end