module.modulemap 109 B

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