mirror of
https://github.com/danog/Telegram.git
synced 2024-12-03 09:57:46 +01:00
11 lines
283 B
Objective-C
11 lines
283 B
Objective-C
#import "TGReplyHeaderImageModel.h"
|
|
|
|
@class TGUser;
|
|
@class TGVideoMediaAttachment;
|
|
|
|
@interface TGReplyHeaderVideoModel : TGReplyHeaderImageModel
|
|
|
|
- (instancetype)initWithPeer:(id)peer videoMedia:(TGVideoMediaAttachment *)videoMedia incoming:(bool)incoming system:(bool)system;
|
|
|
|
@end
|