Toast-Swift.modulemap 112 B

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