UGCKitPieProgressView.h 269 B

123456789101112
  1. // Copyright © 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. NS_ASSUME_NONNULL_BEGIN
  4. @interface UGCKitPieProgressView : UIView
  5. @property (strong, nonatomic) UIColor *tintColor;
  6. @property (assign, nonatomic) float progress;
  7. @end
  8. NS_ASSUME_NONNULL_END