1234567891011121314151617181920 |
- //
- // KDPBaseLabel.h
- // KuDianProject
- //
- // Created by admin on 2019/7/12.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPBaseLabel : UILabel
- @property (nonatomic, assign) UIEdgeInsets insets;
- @end
- NS_ASSUME_NONNULL_END
|