Blame view

HDFwear/3rd/RTKOTASDK/RTKOTASDK.framework/Modules/module.modulemap 99 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
  framework module RTKOTASDK {
    umbrella header "RTKOTASDK.h"
  
    export *
    module * { export * }
  }