// // MyUILabel.h // tongxin // // Created by ecell on 2021/6/9. // Copyright © 2021 xTT. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface MyUILabel : UILabel @property (nonatomic, assign) UIEdgeInsets edgeInsets; @end NS_ASSUME_NONNULL_END