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

12 lines
227 B
Objective-C

#import "TGNeoRowController.h"
@class TGBridgeContext;
@class TGBridgeMessage;
@class TGChatInfo;
@interface TGNeoConversationStaticRowController : TGNeoRowController
- (void)updateWithChatInfo:(TGChatInfo *)chatInfo;
@end