mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
13 lines
352 B
Objective-C
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
|