framework module shared_preferences_foundation {
  umbrella header "shared_preferences_foundation-umbrella.h"

  export *
  module * { export * }
}

module shared_preferences_foundation.Swift {
  header "shared_preferences_foundation-Swift.h"
  requires objc
}
