mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <LegacyComponents/LegacyComponentsContext.h>
|
||||
|
||||
@class TGViewController;
|
||||
|
||||
@interface TGOverlayFormsheetWindow : UIWindow
|
||||
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context parentController:(TGViewController *)parentController contentController:(UIViewController *)contentController;
|
||||
|
||||
- (void)showAnimated:(bool)animated;
|
||||
- (void)dismissAnimated:(bool)animated;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user