UGCKitLabel.h 171 B

1234567
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. @interface UGCKitLabel : UILabel
  4. @property (nonatomic, assign) UIEdgeInsets edgeInsets;
  5. @end