// // WYPrefixHeader.pch // WEIYAN // // Created by kuxuan on 2017/11/6. // Copyright © 2017年 kuxuan. All rights reserved. // #ifndef WYPrefixHeader_pch #define WYPrefixHeader_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 "UIColor+WYColor.h" #import "MBProgressHUD+Extension.h" #import "WYHeader.h" #import "WYHTTP.h" #import "UIView+WYExtension.h" #import "WYMD5Manager.h" #import "WYTime.h" #import #import #import "WYLoginManager.h" #import "NSMutableDictionary+WYMutableDictionary.h" //static NSString * const URL = @"http://182.92.118.1:5020/api"; static NSString * const URL = @"http://47.95.44.106/api"; //static NSString *const CHECKURL = @"http://182.92.118.1:5020/user"; static NSString *const CHECKURL = @"http://47.95.44.106/user"; //static NSString * const AGREEURL = @"http://182.92.118.1:5020/huijie"; static NSString * const AGREEURL = @"http://47.95.44.106/huijie"; #endif /* WYPrefixHeader_pch */