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

13 lines
352 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
#import <CoreGraphics/CoreGraphics.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