chromium/ios/chrome/browser/first_run/ui_bundled/tos/tos_coordinator.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_BROWSER_FIRST_RUN_UI_BUNDLED_TOS_TOS_COORDINATOR_H_
#define IOS_CHROME_BROWSER_FIRST_RUN_UI_BUNDLED_TOS_TOS_COORDINATOR_H_

#import "ios/chrome/browser/shared/coordinator/chrome_coordinator/chrome_coordinator.h"

// Coordinator to present Terms of Service (ToS) screen.
@interface TOSCoordinator : ChromeCoordinator

@end

#endif  // IOS_CHROME_BROWSER_FIRST_RUN_UI_BUNDLED_TOS_TOS_COORDINATOR_H_