module.modulemap 102 B

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