blob: 19b475cb9e3111d8619b454c89b1bb7ed12f3413 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_MAIN_UI_BLOCKER_SCENE_AGENT_H_
#define IOS_CHROME_BROWSER_UI_MAIN_UI_BLOCKER_SCENE_AGENT_H_
#import "ios/chrome/browser/ui/main/observing_scene_state_agent.h"
// A scene agent that shows a UI overlay on the scene based on modal overlay
// show/hide events.
@interface UIBlockerSceneAgent : ObservingSceneAgent
@end
#endif // IOS_CHROME_BROWSER_UI_MAIN_UI_BLOCKER_SCENE_AGENT_H_