DSWebErrorView.h 401 Bytes
//
//  DSWebErrorView.h
//  yanglao
//
//  Created by 兆林 on 2017/3/11.
//  Copyright © 2017年 zhaolin. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "DSWebView.h"

@interface DSWebErrorView : UIView

/**
 错误类型
 */
@property (nonatomic,assign) DSWebViewErrorType errorType;
/**
 刷新
 */
@property (nonatomic,copy) void (^refreshAction)(DSWebErrorView * webErrorView);

@end