module.modulemap 93 B

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