chromium/ios/chrome/browser/ui/promos_manager/promos_manager_ui_handler.h

// Copyright 2023 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_UI_PROMOS_MANAGER_PROMOS_MANAGER_UI_HANDLER_H_
#define IOS_CHROME_BROWSER_UI_PROMOS_MANAGER_PROMOS_MANAGER_UI_HANDLER_H_

@protocol PromosManagerUIHandler

// Alerts that the current promo was dismissed.
- (void)promoWasDismissed;

@end

#endif  // IOS_CHROME_BROWSER_UI_PROMOS_MANAGER_PROMOS_MANAGER_UI_HANDLER_H_