// https://confluence.sd.apple.com/display/SDK/Modules
framework module KnoxPlugin_Private {
  umbrella header "KnoxPlugin_Private.h"  // Use the headers imported in the umbrella header to describe the module
  module * { export * }            // Creates a submodule for each header in the umbrella header
  export *                         // Re-export all content from submodules into the main module
}
