// Copyright 2024 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_TIPS_NOTIFICATIONS_UI_LENS_PROMO_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_TIPS_NOTIFICATIONS_UI_LENS_PROMO_VIEW_CONTROLLER_H_
#import "ios/chrome/common/ui/promo_style/promo_style_view_controller.h"
// The view controller for a Lens Promo that tells the user how to use Lens.
@interface LensPromoViewController : PromoStyleViewController
@end
#endif // IOS_CHROME_BROWSER_TIPS_NOTIFICATIONS_UI_LENS_PROMO_VIEW_CONTROLLER_H_