EdgeInsetsLabel.h 277 B

12345678910111213141516
  1. //
  2. // EdgeInsetsLabel.h
  3. // BuguLive
  4. //
  5. // Created by yy on 17/1/6.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EdgeInsetsLabel : UILabel
  10. /** 设置label内边距 */
  11. @property (nonatomic, assign) UIEdgeInsets edgeInsets;
  12. @end