1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//
// PrefixHeader.pch
// HDMall
//
// Created by Javen on 2017/7/24.
// Copyright © 2017年 上海勾芒信息科技. All rights reserved.
//
#ifndef PrefixHeader_pch
#define PrefixHeader_pch
#import "Global.h"
#import "URL.h"
#import "AppConfigs.h"
#import "ZJAppInstance.h"
//BaseClass
#import "BaseViewController.h"
#import "ZJBaseModel.h"
#import "ZJBaseHttpManager.h"
//third
#import "MJRefresh.h"
#import "UIImageView+WebCache.h"
//categories
#import "MBProgressHUD+Addtions.h"
#import "MBProgressHUD+Addtions.h"
#import "UIView+Category.h"
#import "UIImage+Helper.h"
#import "UIImageView+AFNetworking.h"
#import "UIViewController+Additions.h"
#import "NSNumber+Addtions.h"
#import "NSString+Additions.h"
#import "NSDate+Additions.h"
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#endif /* PrefixHeader_pch */