Label.h 225 B

123456789101112
  1. //
  2. // Label.h
  3. //
  4. // Created by shengcui on 16/9/22.
  5. // Copyright © 2018年 Tencent. All rights reserved.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface Label : UILabel
  9. @property (nonatomic, assign) UIEdgeInsets edgeInsets;
  10. @end