blob: 94ddb038c74622e1fcae63d2ecf8761872b79881 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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/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_