// // Label.h // // Created by shengcui on 16/9/22. // Copyright © 2018年 Tencent. All rights reserved. // #import <UIKit/UIKit.h> @interface Label : UILabel @property (nonatomic, assign) UIEdgeInsets edgeInsets; @end