// Copyright (c) 2019 Tencent. All rights reserved. #import @interface UGCKitCircleProgressView: UIView @property (strong, nonatomic)UIColor *centerColor; @property (strong, nonatomic)UIColor *arcBackColor; @property (strong, nonatomic)UIColor *arcFinishColor; @property (strong, nonatomic)UIColor *arcUnfinishColor; //百分比数值(0-1) @property (assign, nonatomic)float percent; //圆环宽度 @property (assign, nonatomic)float width; @end