Swiftgram/Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.h
2020-02-19 18:44:10 +04:00

19 lines
611 B
Objective-C

#import "TGNeoViewModel.h"
@class TGBridgeReplyMessageMediaAttachment;
@class TGBridgeMediaAttachment;
@class TGBridgeMessage;
@interface TGNeoReplyHeaderViewModel : TGNeoViewModel
@property (nonatomic, readonly) TGBridgeMediaAttachment *mediaAttachment;
@property (nonatomic, readonly) TGBridgeMessage *replyMessage;
- (instancetype)initWithReplyAttachment:(TGBridgeReplyMessageMediaAttachment *)attachment users:(NSDictionary *)users outgoing:(bool)outgoing;
@end
extern const CGFloat TGNeoReplyHeaderHeight;
extern const CGFloat TGNeoReplyHeaderLineWidth;
extern const CGFloat TGNeoReplyHeaderSpacing;