Swiftgram/submodules/WatchCommon/Host/Sources/TGBridgeVideoMediaAttachment.h
2019-09-01 13:29:50 +04:00

13 lines
347 B
Objective-C

#import <CoreGraphics/CoreGraphics.h>
#import <WatchCommon/TGBridgeMediaAttachment.h>
@interface TGBridgeVideoMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, assign) int64_t videoId;
@property (nonatomic, assign) int32_t duration;
@property (nonatomic, assign) CGSize dimensions;
@property (nonatomic, assign) bool round;
@end