KKTextLable.h 249 B

12345678910111213
  1. //
  2. // KKTextLable.h
  3. // WWImageEdit
  4. //
  5. // Created by 邬维 on 2017/2/5.
  6. // Copyright © 2017年 kook. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KKTextLable : UILabel
  10. @property (nonatomic, assign) UIEdgeInsets textInsets;
  11. @end