[YogaKit] add YGLayoutExtensions.swift to YogaKit

This commit is contained in:
vvveiii
2020-08-14 13:17:05 +08:00
parent a507c40621
commit 025f6a358f
3 changed files with 39 additions and 0 deletions

6
YogaKit/Yoga.modulemap Normal file
View File

@@ -0,0 +1,6 @@
framework module Yoga [system][extern_c] {
umbrella header "Yoga-umbrella.h"
export *
module * { export * }
}