ColorMacro.h 302 Bytes
//
//  ColorMacro.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/18.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#ifndef ColorMacro_h
#define ColorMacro_h

#define Color_Blue         HEXCOLOR(0x4269bc)
#define Color_Line         HEXCOLOR(0xeeeeee)

#endif /* ColorMacro_h */