9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
framework module ResearchKitUI {
|
|
umbrella header "ResearchKitUI.h"
|
|
module iOS {
|
|
exclude header "ORKColorChoiceCellGroup.h"
|
|
}
|
|
export *
|
|
module * { export * }
|
|
}
|