GJRatioAutoLayoutDefine.h 464 B

1234567891011121314
  1. //
  2. // GJRatioAutoLaoutDefine.h
  3. // GJRatioAutoLayout
  4. //
  5. // Created by wangyutao on 15/12/30.
  6. // Copyright © 2015年 wangyutao. All rights reserved.
  7. //
  8. #import "GJRatioAutoLayout.h"
  9. #define GJ_MainScreen [UIScreen mainScreen]
  10. #define GJ_ScreenW (GJ_MainScreen.bounds.size.width)
  11. #define GJ_BaseW [GJRatioAutoLayout getScreenSizeWidth]
  12. #define GJ_Scale (GJ_ScreenW/GJ_BaseW)