mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-15 00:19:03 +00:00
14 lines
230 B
Objective-C
14 lines
230 B
Objective-C
//
|
|
// WindowWithStatusBarUnderlay.h
|
|
// Sample
|
|
//
|
|
// Created by Hannah Troisi on 4/10/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface WindowWithStatusBarUnderlay : UIWindow
|
|
|
|
@end
|