mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-23 03:20:39 +08: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
|