config.h 243 B

123456789101112131415
  1. //
  2. // config.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/1.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #ifndef config_h
  9. #define config_h
  10. #define URL_ERR_LOG @""
  11. #define URL_HOST @""
  12. #endif /* config_h */