悟空记账

PrefixHeader.pch 986B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // PrefixHeader.pch
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/19.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #ifndef PrefixHeader_pch
  9. #define PrefixHeader_pch
  10. #import "AFNetworking.h"
  11. #import "Masonry.h"
  12. #import "MBProgressHUD.h"
  13. #import "UIImageView+WebCache.h"
  14. #import "YYModel.h"
  15. #import "MJRefresh.h"
  16. #import "MBProgressHUD+Extension.h"
  17. #import "UIView+JZExtension.h"
  18. #import "UIColor+JZHex.h"
  19. #import "JZHeader.h"
  20. #import "JZHttp.h"
  21. #import "JZLoginManager.h"
  22. #import "UIImage+JZExtension.h"
  23. #import "JZTime.h"
  24. #import "NJKWebViewProgress.h"
  25. #import "PGDatePicker.h"
  26. #import "UIButton+WSLTitleImage.h"
  27. #import "NSMutableDictionary+PFMutableDictionary.h"
  28. #import "UMMobClick/MobClick.h"
  29. //static NSString * const URL = @"http://bill.quyaqu.com/api"; //测试
  30. //static NSString * const URL = @"http://api.money.quyaqu.com/api";
  31. static NSString * const URL = @"https://apimoney.726p.com/api"; // 新域名
  32. #endif /* PrefixHeader_pch */