//// IBTWebProgressBar.h// IBTWebViewController//// Created by Xummer on 14/12/31.// Copyright (c) 2014年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@interfaceIBTWebProgressBar:UIView@property(assign)BOOLbIsFinish;@property(assign)CGRectoriFrame;-(CGFloat)durationOfPhase1;-(CGFloat)durationOfPhase2;-(CGFloat)durationOfPhase3;-(CGFloat)durationOfPhase4;-(void)start;-(void)progressing;-(void)end;-(void)reset;@end