PrefixHeader.pch 1008 Bytes
//
//  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 */