module.modulemap 102 B

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