- //
- // FDUIColorDefine.h
- // FDUIKitObjC
- //
- // Created by fandongtongxue on 2020/2/26.
- //
- #ifndef FDUIColorDefine_h
- #define FDUIColorDefine_h
- #define FD_WhiteColor [UIColor whiteColor]
- #define FD_BlackColor [UIColor blackColor]
- #define FD_ClearColor [UIColor clearColor]
- #endif /* FDUIColorDefine_h */
|