// // CircularProgressView.h // HD wallpaper // #import NS_ASSUME_NONNULL_BEGIN @interface CircularProgressView : UIView @property (nonatomic, assign) CGFloat progress; // 0.0 to 1.0 @property (nonatomic, strong) UIColor *progressColor; @property (nonatomic, strong) UIColor *trackColor; @end NS_ASSUME_NONNULL_END