mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 08:06:27 +02:00
12 lines
227 B
Objective-C
12 lines
227 B
Objective-C
#import "TGNeoRowController.h"
|
|
|
|
@class TGBridgeContext;
|
|
@class TGBridgeMessage;
|
|
@class TGChatInfo;
|
|
|
|
@interface TGNeoConversationStaticRowController : TGNeoRowController
|
|
|
|
- (void)updateWithChatInfo:(TGChatInfo *)chatInfo;
|
|
|
|
@end
|