Sign in

iOS Team / CNLiveBaseTools · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveBaseTools
  • Example
  • Pods
  • Target Support Files
  • YYImage
  • YYImage.modulemap
  • 提取节日图片下载
    6f9c6634
    yanglingyu authored
    2022-01-27 16:27:31 +0800  
    Browse Code »
YYImage.modulemap 104 Bytes
Edit Raw Blame History
1 2 3 4 5 6
framework module YYImage {
  umbrella header "YYImage-umbrella.h"

  export *
  module * { export * }
}