mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Added .gitignore
This commit is contained in:
11
Watch/Extension/TGNeoConversationStaticRowController.h
Normal file
11
Watch/Extension/TGNeoConversationStaticRowController.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import "TGNeoRowController.h"
|
||||
|
||||
@class TGBridgeContext;
|
||||
@class TGBridgeMessage;
|
||||
@class TGChatInfo;
|
||||
|
||||
@interface TGNeoConversationStaticRowController : TGNeoRowController
|
||||
|
||||
- (void)updateWithChatInfo:(TGChatInfo *)chatInfo;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user