Sign in

iOS Team / CNLiveDisease · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveDisease
  • Example
  • build
  • Pods.build
  • Debug-iphonesimulator
  • FLAnimatedImage.build
  • module.modulemap
  • 0.0.9
    98bc06be
    yinqiaojuan authored
    2019-01-30 14:05:31 +0800  
    Browse Code ยป
module.modulemap 120 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
framework module FLAnimatedImage {
  umbrella header "FLAnimatedImage-umbrella.h"

  export *
  module * { export * }
}