// 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_BROWSER_TAB_PICKER_UI_TAB_PICKER_EMPTY_STATE_VIEW_H_
#define IOS_CHROME_BROWSER_TAB_PICKER_UI_TAB_PICKER_EMPTY_STATE_VIEW_H_

#import "ios/chrome/browser/tab_switcher/ui_bundled/tab_grid/grid/grid_empty_view.h"

// A view that informs the user that there are no tabs to pick.
@interface TabPickerEmptyStateView : UIView <GridEmptyView>
@end

#endif  // IOS_CHROME_BROWSER_TAB_PICKER_UI_TAB_PICKER_EMPTY_STATE_VIEW_H_
