mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 09:29:55 +01:00
12 lines
227 B
C
12 lines
227 B
C
|
#import "TGNeoRowController.h"
|
||
|
|
||
|
@class TGBridgeContext;
|
||
|
@class TGBridgeMessage;
|
||
|
@class TGChatInfo;
|
||
|
|
||
|
@interface TGNeoConversationStaticRowController : TGNeoRowController
|
||
|
|
||
|
- (void)updateWithChatInfo:(TGChatInfo *)chatInfo;
|
||
|
|
||
|
@end
|