Swiftgram/Watch/Extension/TGNeoServiceMessageViewModel.h
2018-11-14 23:03:33 +04:00

10 lines
183 B
Objective-C

#import "TGNeoMessageViewModel.h"
@class TGChatInfo;
@interface TGNeoServiceMessageViewModel : TGNeoMessageViewModel
- (instancetype)initWithChatInfo:(TGChatInfo *)chatInfo;
@end