Blame view

Pods/AMap3DMap/MAMapKit.framework/Modules/module.modulemap 97 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
  framework module MAMapKit {
    umbrella header "MAMapKit.h"
  
    export *
    module * { export * }
  }