//
//  WAWebProgressView.h
//  WAWebPayImplUI
//
//  Created by hank on 16/4/29.
//  Copyright 漏 2016骞� hank. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface WAWebProgressView : UIView

/** 杩涘害鍊� */
@property (nonatomic, assign) CGFloat progress;
/** 鑳屾櫙棰滆壊 */
@property (nonatomic, strong) UIColor *backgroundColor;
/** 杩涘害棰滆壊 */
@property (nonatomic, strong) UIColor *progressColor;

/** 寮€鍚綉椤佃嚜鍔ㄨ繘搴︽晥鏋� */
- (void)startAnimation;

/** 鍏抽棴缃戦〉鑷姩杩涘害鏁堟灉 */
- (void)stopAnimation;

@end