#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;