chromium/ios/chrome/browser/tips_notifications/ui/lens_promo_instructions_view_controller.h


// 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_INSTRUCTIONS_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_TIPS_NOTIFICATIONS_UI_LENS_PROMO_INSTRUCTIONS_VIEW_CONTROLLER_H_

#import <UIKit/UIKit.h>

#import "ios/chrome/browser/shared/ui/bottom_sheet/bottom_sheet_view_controller.h"

// A view controller to display a set of instructions for using Lens.
@interface LensPromoInstructionsViewController : BottomSheetViewController

@end

#endif  // IOS_CHROME_BROWSER_TIPS_NOTIFICATIONS_UI_LENS_PROMO_INSTRUCTIONS_VIEW_CONTROLLER_H_