Sign in

iOS Team / CNLiveUploadManager · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveUploadManager
  • Example
  • build
  • Pods.build
  • Debug-iphonesimulator
  • CNLiveUploadManager.build
  • module.modulemap
  • 提交
    bbec2007
    梁星国 authored
    2019-05-31 16:46:52 +0800  
    Browse Code »
module.modulemap 128 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
framework module CNLiveUploadManager {
  umbrella header "CNLiveUploadManager-umbrella.h"

  export *
  module * { export * }
}