blob: 67a8e2209c038d6ae44c64639c88c6c01e1674d0 [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_VIEW_CONTROLLER_H_
#define IOS_SHOWCASE_FIRST_RUN_SC_FIRST_RUN_DEFAULT_SCREEN_VIEW_CONTROLLER_H_
#import <UIKit/UIKit.h>
#import "ios/chrome/common/ui/promo_style/promo_style_view_controller.h"
// A view controller to showcase an example default screen for the new first run
// experience.
@interface SCFirstRunDefaultScreenViewController : PromoStyleViewController
@end
#endif // IOS_SHOWCASE_FIRST_RUN_SC_FIRST_RUN_DEFAULT_SCREEN_VIEW_CONTROLLER_H_