ZZFoundation.modulemap 114 B

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