Swiftgram/LegacyComponents/TGAttachmentVideoCell.h
2017-07-28 16:50:06 +03:00

10 lines
187 B
Objective-C

#import "TGAttachmentAssetCell.h"
@interface TGAttachmentVideoCell : TGAttachmentAssetCell
{
UILabel *_durationLabel;
}
@end
extern NSString *const TGAttachmentVideoCellIdentifier;