blob: b9168a07402689851b494fd03feda5247431774c [file] [log] [blame]
// Copyright 2019 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_COMMON_COLORS_SEMANTIC_COLOR_NAMES_H_
#define IOS_CHROME_COMMON_COLORS_SEMANTIC_COLOR_NAMES_H_
#import <UIKit/UIKit.h>
extern NSString* const kDestructiveTintColor;
extern NSString* const kSolidButtonTextColor;
extern NSString* const kTintColor;
#endif // IOS_CHROME_COMMON_COLORS_SEMANTIC_COLOR_NAMES_H_