Adjust.modulemap 102 B

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