Valet.modulemap 100 B

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