mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Added .gitignore
This commit is contained in:
10
Watch/Extension/TGNeoChatViewModel.h
Normal file
10
Watch/Extension/TGNeoChatViewModel.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#import "TGNeoRenderableViewModel.h"
|
||||
|
||||
@class TGBridgeContext;
|
||||
@class TGBridgeChat;
|
||||
|
||||
@interface TGNeoChatViewModel : TGNeoRenderableViewModel
|
||||
|
||||
- (instancetype)initWithChat:(TGBridgeChat *)chat users:(NSDictionary *)users context:(TGBridgeContext *)context;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user