mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Move app to a dedicated folder
This commit is contained in:
18
Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.h
Normal file
18
Telegram/Watch/Extension/TGNeoReplyHeaderViewModel.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user