YHWebViewProgressViewProtocol.h
292 Bytes
//
// YHWebViewProgressViewProtocol.h
// YohoExplorerDemo
//
// Created by gaoqiang xu on 3/25/15.
// Copyright (c) 2015 gaoqiang xu. All rights reserved.
//
@protocol YHWebViewProgressViewProtocol <NSObject>
@required
- (void)setProgress:(float)progress animated:(BOOL)animated;
@end