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