Fix SPM ompilation error

This commit is contained in:
Lvv.me
2021-11-15 23:11:39 +08:00
parent 02a002f594
commit 733e346320
9 changed files with 33 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
#import "../YogaKit.h"
#import "../UIView+Yoga.h"

View File

@@ -0,0 +1,4 @@
module YogaKit {
umbrella header "YogaKit-umbrella.h"
export *
}