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