b2439377b89960dcc7578c4857c7ba17 173 B

1234567891011
  1. framework module RxCocoa {
  2. umbrella header "RxCocoa-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module RxCocoa.Swift {
  7. header "RxCocoa-Swift.h"
  8. requires objc
  9. }