RDSPch.pch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. //
  2. // HealthPot.pch
  3. // HealthPot
  4. //
  5. // Created by new on 2019/7/9.
  6. // Copyright © 2018年 make. All rights reserved.
  7. //
  8. #ifndef HealthPot_pch
  9. #define HealthPot_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. #ifdef __OBJC__
  13. #define px750Width(a) a/750.f*SCREEN_WIDTH
  14. #define px1334Hight(a) a/1334.f*SCREEN_HEIGHT
  15. #define LCSTR(str) NSLocalizedString(@(str), nil)
  16. #define LCCSTR(cstr) NSLocalizedString([NSString stringWithUTF8String:(cstr)], nil)
  17. #import "Masonry.h"
  18. #import <SVProgressHUD/SVProgressHUD.h>
  19. #import "RDSConstant.h"
  20. #import "RDSHudShower.h"
  21. #import "RDSConfig.h"
  22. //#import "TheAlertCtrl.h"
  23. #import "NSArray+Safe.h"
  24. #import "UIView+frame.h"
  25. #import "UIView+RDSClip.h"
  26. #import "RDSDataManager.h"
  27. #import "RDSDemoApiHelper.h"
  28. #import <MJExtension.h>
  29. //#import "LocalizedUtils.h"
  30. #import "RDSTools.h"
  31. #import "TheAlertCtrl.h"
  32. #import "NSString+convert.h"
  33. #import "UIFont+Temperature.h"
  34. #import "UIColor+Temperature.h"
  35. //SDK
  36. //#import "DemoCommand.h"
  37. #endif
  38. #endif