// // EdgeInsetsLabel.h // BuguLive // // Created by yy on 17/1/6. // Copyright © 2017年 xfg. All rights reserved. // #import @interface EdgeInsetsLabel : UILabel /** 设置label内边距 */ @property (nonatomic, assign) UIEdgeInsets edgeInsets; @end