blob: 61d7705c2423c17ea64c67d468e725594d5a255f [file] [log] [blame]
// Copyright 2021 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_SHOWCASE_FIRST_RUN_SC_FIRST_RUN_DEFAULT_SCREEN_COORDINATOR_H_
#define IOS_SHOWCASE_FIRST_RUN_SC_FIRST_RUN_DEFAULT_SCREEN_COORDINATOR_H_
#import "ios/showcase/common/navigation_coordinator.h"
// A basic coordinator to show how to create new FRE screens.
@interface SCFirstRunDefaultScreenCoordinator : NSObject <NavigationCoordinator>
@end
#endif // IOS_SHOWCASE_FIRST_RUN_SC_FIRST_RUN_DEFAULT_SCREEN_COORDINATOR_H_