SPUncaughtExceptionHandler.modulemap 142 B

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