UIView+GJRatioAutoLayout.h 423 B

1234567891011121314151617181920
  1. //
  2. // UIView+GJRatioAutoLayout.h
  3. // GJRatioAutoLayout
  4. //
  5. // Created by wangyutao on 15/12/30.
  6. // Copyright © 2015年 wangyutao. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. void GJExchangeImplementations(Class class, SEL newSelector, SEL oldSelector);
  10. @interface UIView (GJRatioAutoLayout)
  11. /**
  12. * set scaled open for view.
  13. */
  14. @property (nonatomic, assign, getter=gj_aLRatio) IBInspectable BOOL aLRatio;
  15. @end