mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
10 lines
175 B
Objective-C
10 lines
175 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface StatusBarUtils : NSObject
|
|
|
|
+ (UIView * _Nullable)statusBarWindow;
|
|
+ (UIView * _Nullable)statusBar;
|
|
|
|
@end
|