Geen omschrijving

ACSIONPrefixHeader.pch 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // ACSIONPrefixHeader.pch
  3. // ACSION
  4. //
  5. // Created by sunyue on 2019/4/22.
  6. // Copyright © 2019 acsion. All rights reserved.
  7. //
  8. #ifndef ACSIONPrefixHeader_pch
  9. #define ACSIONPrefixHeader_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 "ACSIONHeader.h"
  13. #import "ASScreenSafeManager.h"
  14. #import "UIColor+ASColor.h"
  15. #import "UITableViewCell+ASTableViewCell.h"
  16. #import "NSString+ASString.h"
  17. #import "ASHttpTool.h"
  18. #import "XHToast.h"
  19. #import "NSObject+ASToDictionary.h"
  20. #import "MiPushSDK.h"
  21. #import "ASPrivacyTool.h"
  22. #import <AFNetworking.h>
  23. #import <SDWebImage.h>
  24. #import <Masonry.h>
  25. #import <YYModel.h>
  26. #import <YYCategories.h>
  27. #import <SVProgressHUD.h>
  28. #import <MJRefresh.h>
  29. #import <UMMobClick/MobClick.h>
  30. #import <ReactiveCocoa/ReactiveCocoa.h>
  31. #import <FDFullscreenPopGesture/UINavigationController+FDFullscreenPopGesture.h>
  32. static NSString * const kBaseUrl = @"https://x.zhuadd.com/user";
  33. #endif /* ACSIONPrefixHeader_pch */