• 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.framework
  • Modules
  • module.modulemap
  • sdk upgrade · 664cf3fc
    664cf3fc Browse Files
    liumingming authored 2021-07-08 10:42:11 +0800
module.modulemap 114 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
framework module hhVDoctorSDK {
  umbrella header "hhVDoctorSDK-umbrella.h"

  export *
  module * { export * }
}