Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • CNLiveScioLive
  • Pages
  • Header
  • ColorMacro.h
  • init commit
    6a633470
    zhangxiaowen authored
    2018-10-11 10:23:03 +0800  
    Browse Code »
ColorMacro.h 302 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  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 */