module.modulemap 113 B

123456
  1. framework module ScanKitFrameWork {
  2. umbrella header "ScanKitFrameWork.h"
  3. export *
  4. module * { export * }
  5. }