Valet.modulemap 141 B

123456789
  1. framework module Valet {
  2. umbrella header "Valet-umbrella.h"
  3. export *
  4. module * { export * }
  5. private header "VALValet_Protected.h"
  6. }