initial support for carthage
This commit is contained in:
17
YogaKit/YogaKitSample/AppDelegate.h
Normal file
17
YogaKit/YogaKitSample/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user