ProjectConfig.h 227 B

123456789101112
  1. //
  2. // ProjectConfig.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2023/5/8.
  6. //
  7. #ifndef ProjectConfig_h
  8. #define ProjectConfig_h
  9. #define UIImageDefaultImg_SD [UIImage imageNamed:@"placeHolder_img"]
  10. #endif /* ProjectConfig_h */