Files
yoga/YogaKit/Source/modulemap/module.modulemap

6 lines
88 B
Plaintext
Raw Normal View History

2021-11-15 23:11:39 +08:00
module YogaKit {
header "../YogaKit.h"
header "../UIView+Yoga.h"
2021-11-15 23:11:39 +08:00
export *
}