module.modulemap 115 Bytes
framework module AMapFoundationKit {
  umbrella header "AMapFoundationKit.h"

  export *
  module * { export * }
}