unextended-module.modulemap 183 B

12345678910
  1. framework module RxAlamofire {
  2. umbrella header "RxAlamofire-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module RxAlamofire.__Swift {
  7. exclude header "RxAlamofire-Swift.h"
  8. }