mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
13 lines
211 B
Objective-C
13 lines
211 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class SSignal;
|
|
|
|
@protocol TGRootControllerProtocol <NSObject>
|
|
|
|
- (CGRect)applicationBounds;
|
|
- (bool)callStatusBarHidden;
|
|
- (SSignal *)sizeClass;
|
|
|
|
@end
|