Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ios
  • AMapLocationKit.framework
  • Modules
  • module.modulemap
  • 高德定位
    9104201c
    赵世强 authored
    2019-06-19 20:37:16 +0800  
    Browse File »
module.modulemap 111 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
framework module AMapLocationKit {
  umbrella header "AMapLocationKit.h"

  export *
  module * { export * }
}