Files
yoga/YogaKit/YogaKitSample/ViewController.h

16 lines
287 B
C
Raw Normal View History

2016-12-07 17:27:25 +00:00
/**
2016-12-07 17:41:50 +00:00
* Copyright 2014-present, Facebook, Inc.
2016-12-07 17:27:25 +00:00
* All rights reserved.
*
2016-12-07 17:41:50 +00:00
* This source code is licensed under the license found in the
* LICENSE-examples file in the root directory of this source tree.
2016-12-07 17:27:25 +00:00
*/
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end