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