910e62b5创建于 1月15日历史提交
// Copyright 2025 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_APP_PROFILE_WELCOME_BACK_SCREEN_PROFILE_AGENT_H_
#define IOS_CHROME_APP_PROFILE_WELCOME_BACK_SCREEN_PROFILE_AGENT_H_

#import "ios/chrome/app/profile/observing_profile_agent.h"

// `ProfileAgent` that displays the Welcome Back promo to resurrected users.
@interface WelcomeBackScreenProfileAgent : ObservingProfileAgent
@end

#endif  // IOS_CHROME_APP_PROFILE_WELCOME_BACK_SCREEN_PROFILE_AGENT_H_