chromium/ios/chrome/browser/overlays/ui_bundled/overlay_presentation_context_view_controller.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_OVERLAYS_UI_BUNDLED_OVERLAY_PRESENTATION_CONTEXT_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_OVERLAYS_UI_BUNDLED_OVERLAY_PRESENTATION_CONTEXT_VIEW_CONTROLLER_H_

#import <UIKit/UIKit.h>

// View controller that manages the presentation context upon which overlay UI
// is presented.
@interface OverlayPresentationContextViewController : UIViewController
@end

#endif  // IOS_CHROME_BROWSER_OVERLAYS_UI_BUNDLED_OVERLAY_PRESENTATION_CONTEXT_VIEW_CONTROLLER_H_