chromium/ios/chrome/app/first_run_app_state_agent.h

// Copyright 2021 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_APP_FIRST_RUN_APP_STATE_AGENT_H_
#define IOS_CHROME_APP_FIRST_RUN_APP_STATE_AGENT_H_

#import "ios/chrome/app/application_delegate/app_state_agent.h"

@class AppState;

// App state agent that displays the first run UI when needed and handles the
// InitStageFirstRun stage.
@interface FirstRunAppAgent : NSObject <AppStateAgent>
@end

#endif  // IOS_CHROME_APP_FIRST_RUN_APP_STATE_AGENT_H_