c2cd66018b88af706bbc5c34878d705b 216 Bytes
framework module SwiftWarplyFramework {
  umbrella header "SwiftWarplyFramework.h"
  export *

  module * { export * }
}

module SwiftWarplyFramework.Swift {
  header "SwiftWarplyFramework-Swift.h"
  requires objc
}