Blame view

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

  export *
  module * { export * }
}