Swiftgram/examples/ASDKTube/Sample/WindowWithStatusBarUnderlay.h
2016-05-17 11:08:53 -07:00

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