Swiftgram/Telegram/Watch/Extension/TGNeoConversationStaticRowController.h
2020-02-19 18:44:10 +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