iOS: do not dependent yoga, include its source directly
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
// Created by pengfei.zhou on 2020/4/9.
|
||||
//
|
||||
|
||||
#import <YogaKit/UIView+Yoga.h>
|
||||
#import "UIView+Yoga.h"
|
||||
#import "DoricFlexNode.h"
|
||||
#import "DoricExtensions.h"
|
||||
#import <YogaKit/UIView+Yoga.h>
|
||||
#import "DoricUIView.h"
|
||||
|
||||
@interface DoricFlexView : DoricUIView
|
||||
|
@@ -21,9 +21,9 @@
|
||||
#import <objc/runtime.h>
|
||||
#import "UIView+Doric.h"
|
||||
#import "DoricExtensions.h"
|
||||
#import <YogaKit/UIView+Yoga.h>
|
||||
#import "UIView+Yoga.h"
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <yoga/Yoga.h>
|
||||
#import "Yoga.h"
|
||||
|
||||
@interface YGLayout ()
|
||||
@property(nonatomic, assign, readonly) YGNodeRef node;
|
||||
|
Reference in New Issue
Block a user