Blame view

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