FDUIColorDefine.h 307 B

12345678910111213141516
  1. //
  2. // FDUIColorDefine.h
  3. // FDUIKitObjC
  4. //
  5. // Created by fandongtongxue on 2020/2/26.
  6. //
  7. #ifndef FDUIColorDefine_h
  8. #define FDUIColorDefine_h
  9. #define FD_WhiteColor [UIColor whiteColor]
  10. #define FD_BlackColor [UIColor blackColor]
  11. #define FD_ClearColor [UIColor clearColor]
  12. #endif /* FDUIColorDefine_h */