This commit is contained in:
2026-07-15 14:24:29 +08:00
parent b4fc8e6ee8
commit bcfb244b0f
46 changed files with 3659 additions and 294 deletions
+18
View File
@@ -0,0 +1,18 @@
//
// CircularProgressBar.h
// TestGameWeb
//
// Created by Mac on 2024/1/30.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CircularProgressBar : UIView
-(void)updateUI;
-(void)animateCircleWithStrokeEnd:(float)end;
-(void)setProgress:(float)value;
@end
NS_ASSUME_NONNULL_END