• This project
    • Loading...
  • Sign in

hh_public / hhvDoctorSDK.ios

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 3
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hhvDoctorSDK.ios
  • HHVDoctorSDK
  • hhVDoctorSDK.xcframework
  • ios-x86_64-simulator
  • hhVDoctorSDK.framework
  • Modules
  • module.modulemap
  • 3.6.6.06161205 · bd7709d8
    bd7709d8 Browse Files
    wangguolei authored 2023-06-16 12:05:12 +0800
module.modulemap 193 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
framework module hhVDoctorSDK {
  umbrella header "hhVDoctorSDK-umbrella.h"

  export *
  module * { export * }
}

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