Files
2025-08-08 11:05:33 +08:00

19 lines
293 B
Objective-C
Executable File

//
// KNProgressHUD.h
// KNPhotoBrowser
//
// Created by LuKane on 16/8/17.
// Copyright © 2016年 LuKane. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KNProgressHUD : UIView
/**
* progress, range is from 0 to 1
*/
@property (nonatomic, assign) CGFloat progress;
@end