096ac5564fd35f6e6205d644ffc02d27 175 B

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