Blame view

HHVDoctorSDK/SecurityKit.framework/Modules/module.modulemap 107 Bytes
shmily authored
1 2 3 4 5 6
framework module SecurityKit {
  umbrella header "NTESSecurityKit.h"

  export *
  module * { export * }
}