Swiftgram/submodules/LegacyComponents/Sources/TGAttachmentVideoCell.h
2020-02-22 15:38:54 +04:00

10 lines
187 B
Objective-C

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