2020-02-22 15:38:54 +04:00

10 lines
179 B
Objective-C

#import "TGAttachmentPhotoCell.h"
@interface TGAttachmentGifCell : TGAttachmentPhotoCell
{
UILabel *_typeLabel;
}
@end
extern NSString *const TGAttachmentGifCellIdentifier;