module.modulemap 109 Bytes
framework module SecurityEnvSDK {
  umbrella header "SecurityEnvSDK.h"

  export *
  module * { export * }
}