19 lines
485 B
Objective-C
19 lines
485 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>
|
|
|
|
//! Project version number for YogaKit.
|
|
FOUNDATION_EXPORT double YogaKitVersionNumber;
|
|
|
|
//! Project version string for YogaKit.
|
|
FOUNDATION_EXPORT const unsigned char YogaKitVersionString[];
|
|
|
|
#import <YogaKit/YGEnums.h>
|
|
#import <YogaKit/UIView+Yoga.h>
|