2016-12-02 11:18:15 -08:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
2017-01-08 11:42:43 -08:00
|
|
|
#import "YGLayout.h"
|
2016-12-02 11:18:15 -08:00
|
|
|
|
2016-12-03 04:40:18 -08:00
|
|
|
@interface UIView (Yoga)
|
2016-12-02 11:18:15 -08:00
|
|
|
|
2017-01-08 11:42:43 -08:00
|
|
|
@property (nonatomic, readonly, strong) YGLayout *yoga;
|
2017-01-05 08:25:01 -08:00
|
|
|
|
2016-12-02 11:18:15 -08:00
|
|
|
@end
|