module.modulemap 205 B

1234567891011
  1. framework module CHIPageControl {
  2. umbrella header "CHIPageControl-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module CHIPageControl.Swift {
  7. header "CHIPageControl-Swift.h"
  8. requires objc
  9. }