// https://confluence.sd.apple.com/display/SDK/Modules
framework module KnoxPlugin {
  umbrella header "KnoxPlugin.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
}
