// Copyright 2018 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_POPUP_MENU_PUBLIC_CELLS_POPUP_MENU_FOOTER_ITEM_H_
#define IOS_CHROME_BROWSER_UI_POPUP_MENU_PUBLIC_CELLS_POPUP_MENU_FOOTER_ITEM_H_
#import "ios/chrome/browser/shared/ui/table_view/cells/table_view_header_footer_item.h"
// Item for a popup menu footer.
@interface PopupMenuFooterItem : TableViewHeaderFooterItem
@end
// Associated footer for the PopupMenuFooterItem.
@interface PopupMenuFooterCell : UITableViewHeaderFooterView
@end
#endif // IOS_CHROME_BROWSER_UI_POPUP_MENU_PUBLIC_CELLS_POPUP_MENU_FOOTER_ITEM_H_