UILabel+GJRatioAutoLayout.h 229 B

12345678910111213
  1. //
  2. // UILabel+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. @interface UILabel (GJRatioAutoLayout)
  10. @end