iOS: rename YGLayout header file
This commit is contained in:
parent
0a2c7eb543
commit
f1177e27b4
@ -15,7 +15,7 @@ Doric iOS SDK for cross platform develpment
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.source_files = 'doric-iOS/Pod/Classes/**/*','doric-iOS/Pod/Yoga/**/*.h'
|
||||
s.source_files = 'doric-iOS/Pod/Classes/**/*','doric-iOS/Pod/Yoga/**/*'
|
||||
s.resource_bundles = {
|
||||
'Doric' => ['doric-js/bundle/**/*']
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import "YGLayout.h"
|
||||
#import "YGLayoutKit.h"
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
@ -5,7 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import "YGLayout.h"
|
||||
#import "YGLayoutKit.h"
|
||||
#import "Yoga.h"
|
||||
|
||||
@interface YGLayout ()
|
||||
|
Reference in New Issue
Block a user