// Copyright 2019 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_SHARED_UI_TABLE_VIEW_TABLE_VIEW_CONSTANTS_H_
#define IOS_CHROME_BROWSER_SHARED_UI_TABLE_VIEW_TABLE_VIEW_CONSTANTS_H_
#import <Foundation/Foundation.h>
extern NSString* const kTableViewIllustratedEmptyViewID;
extern NSString* const kTableViewEmptyViewID;
// Header height used as a padding between the first cell and the navigation
// bar.
extern const CGFloat kTableViewFirstHeaderHeight;
#endif // IOS_CHROME_BROWSER_SHARED_UI_TABLE_VIEW_TABLE_VIEW_CONSTANTS_H_