Sign in

iOS Team / CNLivePublishContents · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePublishContents
  • Example
  • Pods
  • Target Support Files
  • CTMediator
  • CTMediator.modulemap
  • 0.1.5
    4400be16
    yinqiaojuan authored
    2019-01-16 13:47:45 +0800  
    Browse Code ยป
CTMediator.modulemap 110 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
framework module CTMediator {
  umbrella header "CTMediator-umbrella.h"

  export *
  module * { export * }
}