missing files

This commit is contained in:
David Hart
2017-01-07 20:47:14 +01:00
parent 583686e8d3
commit 4be987c603
2 changed files with 119 additions and 5 deletions

View File

@@ -8,8 +8,11 @@
*/
#import "YGLayout.h"
#import <yoga/Yoga.h>
@interface YGLayout (Private)
@interface YGLayout ()
@property (nonatomic, assign, readonly) YGNodeRef node;
- (instancetype)initWithView:(UIView *)view;