1234567891011121314151617181920212223242526272829303132333435363738 |
- //
- // PrefixHeader.pch
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/19.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #ifndef PrefixHeader_pch
- #define PrefixHeader_pch
- #import "AFNetworking.h"
- #import "Masonry.h"
- #import "MBProgressHUD.h"
- #import "UIImageView+WebCache.h"
- #import "YYModel.h"
- #import "MJRefresh.h"
- #import "MBProgressHUD+Extension.h"
- #import "UIView+JZExtension.h"
- #import "UIColor+JZHex.h"
- #import "JZHeader.h"
- #import "JZHttp.h"
- #import "JZLoginManager.h"
- #import "UIImage+JZExtension.h"
- #import "JZTime.h"
- #import "NJKWebViewProgress.h"
- #import "PGDatePicker.h"
- #import "UIButton+WSLTitleImage.h"
- #import "NSMutableDictionary+PFMutableDictionary.h"
- #import "UMMobClick/MobClick.h"
- //static NSString * const URL = @"http://bill.quyaqu.com/api"; //测试
- //static NSString * const URL = @"http://api.money.quyaqu.com/api";
- static NSString * const URL = @"https://apimoney.726p.com/api"; // 新域名
- #endif /* PrefixHeader_pch */
|