blob: 2af94bc02818d807100191060428009ff0b06c23 [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_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_
#import <UIKit/UIKit.h>
// The color of the detail text for the settings cells.
extern const int kSettingsCellsDetailTextColor;
// Default height for the settings cells.
extern const CGFloat kSettingsCellDefaultHeight;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_CELLS_SETTINGS_CELLS_CONSTANTS_H_