Files
ghostgram/submodules/LegacyComponents/Sources/TGAttachmentVideoCell.h

10 lines
187 B
Objective-C

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