You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

69 lines
1.6 KiB

  1. //
  2. // ZZSpiderMall-Prefix.pch
  3. // ZZSpiderMall
  4. //
  5. // Created by 张绍琪 on 16/11/4.
  6. // Copyright © 2016年 zhizhuchuxing. All rights reserved.
  7. //
  8. #ifndef ZZSpiderMall_Prefix_pch
  9. #define ZZSpiderMall_Prefix_pch
  10. // Include any system framework and library headers here that should be included in all compilation units.
  11. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  12. #import <Availability.h>
  13. #ifndef __IPHONE_3_0
  14. #warning "This project uses features only available in iOS SDK 3.0 and later."
  15. #endif
  16. #ifdef __OBJC__
  17. #import <UIKit/UIKit.h>
  18. #import <Foundation/Foundation.h>
  19. #import <QuartzCore/QuartzCore.h>
  20. #import <objc/runtime.h>
  21. #pragma mark - ZZConst
  22. #import "ZZConst.h" // 常量类
  23. #pragma mark - tool
  24. #import "ZZColor.h"//颜色类
  25. #import "ZZFont.h"//字体类
  26. #pragma mark - Helper
  27. #import "ZZTheme.h"//UI主题
  28. #import "Helper.h"//帮助类
  29. #import "ZZDefine.h"//全局宏定义
  30. #pragma mark - Category
  31. #import "Category.h"//Category
  32. #pragma mark - Foundation
  33. #import "ZZFoundation.h"//foundation
  34. #pragma mark - Condition
  35. #import "ZZNotificationKey.h"
  36. #pragma mark - Commom
  37. #import "Common.h"
  38. #pragma mark - pods
  39. #import <AFNetworking.h> //AFNetworking
  40. #import <UIView+SDAutoLayout.h> //SDAutoLayout
  41. #import <UITableView+SDAutoTableViewCellHeight.h> //SDAutoLayout
  42. #import <Categories.h> //iOS-Category
  43. #import <TSMessage.h> //TSMessages
  44. #import <MJExtension.h> //MJExtension
  45. #import <MJRefresh.h> //MJRefresh
  46. #import <UIImageView+WebCache.h> //SDWebImage
  47. #import <UINavigationController+FDFullscreenPopGesture.h>
  48. #endif
  49. #endif /* ZZSpiderMall_Prefix_pch */