// Copyright © 2019 Tencent. All rights reserved. #import NS_ASSUME_NONNULL_BEGIN @interface UGCKitPieProgressView : UIView @property (strong, nonatomic) UIColor *tintColor; @property (assign, nonatomic) float progress; @end NS_ASSUME_NONNULL_END