446f991db45ebaad219e4195d394fcff 175 B

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