chromium/ios/chrome/browser/ui/tab_switcher/tab_grid/pinned_tabs/pinned_item.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_TAB_SWITCHER_TAB_GRID_PINNED_TABS_PINNED_ITEM_H_
#define IOS_CHROME_BROWSER_UI_TAB_SWITCHER_TAB_GRID_PINNED_TABS_PINNED_ITEM_H_

#import "ios/chrome/browser/ui/tab_switcher/web_state_tab_switcher_item.h"

// A PinnedItem for the pinned tab view overriding the methods from
// WebStateTabSwitcherItem.
@interface PinnedItem : WebStateTabSwitcherItem

@end

#endif  // IOS_CHROME_BROWSER_UI_TAB_SWITCHER_TAB_GRID_PINNED_TABS_PINNED_ITEM_H_