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
  • AFNetworking
  • AFNetworking.modulemap
  • 0.0.2
    0a37a6ad
    yinqiaojuan authored
    2018-12-06 10:51:25 +0800  
    Browse Code ยป
AFNetworking.modulemap 114 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
framework module AFNetworking {
  umbrella header "AFNetworking-umbrella.h"

  export *
  module * { export * }
}