From c00a28aba97790b893c6ca8ff73ab7eb2f06d84d Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:29:57 -0500 Subject: [PATCH] Update YTColor Headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated this so it’ll be able to do more changes related to the UI around the app. --- Header.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Header.h b/Header.h index 4693148..09db859 100644 --- a/Header.h +++ b/Header.h @@ -143,10 +143,21 @@ // App Theme @interface YTColor : NSObject ++ (UIColor *)white1; + (UIColor *)white2; + (UIColor *)white3; + (UIColor *)white4; + (UIColor *)white5; ++ (UIColor *)black0; ++ (UIColor *)black1; ++ (UIColor *)black2; ++ (UIColor *)black3; ++ (UIColor *)black4; ++ (UIColor *)blackPure; ++ (UIColor *)grey1; ++ (UIColor *)grey2; ++ (UIColor *)white1Alpha98; ++ (UIColor *)white1Alpha95; @end @interface YCHLiveChatView : UIView