// // KKTextLable.h // WWImageEdit // // Created by 邬维 on 2017/2/5. // Copyright © 2017年 kook. All rights reserved. // #import <UIKit/UIKit.h> @interface KKTextLable : UILabel @property (nonatomic, assign) UIEdgeInsets textInsets; @end