Sign in

iOS Team / CNLiveDemo_LXG · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveDemo_LXG
  • Example
  • build
  • Pods.build
  • Debug-iphoneos
  • AFNetworking.build
  • module.modulemap
  • 测试 ...
    7d4957a7
    提交测试
    梁星国 authored
    2018-12-04 12:48:28 +0800  
    Browse Code »
module.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 * }
}