• 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
  • HHMedicSDK
  • HHSDKVideo.framework
  • Modules
  • module.modulemap
  • sdk upgrade · 7fea539d
    7fea539d Browse Files
    chengyanfang authored 2021-05-25 10:09:41 +0800
module.modulemap 189 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
framework module HHSDKVideo {
  umbrella header "HHSDKVideo-umbrella.h"

  export *
  module * { export * }
}

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