Files
ResearchKit/ResearchKitUI/ResearchKitUI.modulemap
Pariece McKinney 7a8990260c Public Release 3.1.1
2025-02-18 18:05:13 -05:00

9 lines
186 B
Plaintext

framework module ResearchKitUI {
umbrella header "ResearchKitUI.h"
module iOS {
exclude header "ORKColorChoiceCellGroup.h"
}
export *
module * { export * }
}