// 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_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_
#import <UIKit/UIKit.h>
// Default height for the settings cells.
extern const CGFloat kSettingsCellDefaultHeight;
// Accessibility identifier prefix for SettingsSearchEngineCell.
extern NSString* const kSettingsSearchEngineCellIdentifierPrefix;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_