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

@@ -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

View File

@@ -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 ()