NSDictionary-NilSafe.modulemap 130 B

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