iOS: rename YGLayout header file

This commit is contained in:
pengfei.zhou 2023-04-04 12:06:05 +08:00 committed by osborn
parent 0a2c7eb543
commit f1177e27b4
4 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Doric iOS SDK for cross platform develpment
s.ios.deployment_target = '8.0' 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 = { s.resource_bundles = {
'Doric' => ['doric-js/bundle/**/*'] 'Doric' => ['doric-js/bundle/**/*']
} }

View File

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
#import "YGLayout.h" #import "YGLayoutKit.h"
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
#import "YGLayout.h" #import "YGLayoutKit.h"
#import "Yoga.h" #import "Yoga.h"
@interface YGLayout () @interface YGLayout ()