blob: eec1323aa1c0a611f9174a39b458148d83361950 [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_TAB_GRID_GRID_GRID_THEME_H_
#define IOS_CHROME_BROWSER_UI_TAB_GRID_GRID_GRID_THEME_H_
// Theme describing the look of the grid.
typedef NS_ENUM(NSUInteger, GridTheme) {
GridThemeLight = 1,
GridThemeDark,
};
#endif // IOS_CHROME_BROWSER_UI_TAB_GRID_GRID_GRID_THEME_H_