Files
yoga/YogaKit/YogaKitSample/AppDelegate.h
2016-12-26 17:16:57 +01:00

18 lines
352 B
Objective-C

/**
* Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE-examples file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end