Slide 46
Slide 46 text
// Stylesheet-style UI Constants.
@interface CATUI : NSObject
// Tint
+ (UIColor *)tintColor;
+ (UIColor *)alternateTintColor;
// Semantic colors
+ (UIColor *)noticeColor;
+ (UIColor *)lightNoticeColor;
+ (UIColor *)warningColor;
+ (UIColor *)lightWarningColor;
+ (UIColor *)errorColor;
+ (UIColor *)lightErrorColor;
…