/*
 * WVWebViewControllerBasicProtocol.h
 *
 * Created by WindVane.
 * Copyright (c) 2017年 阿里巴巴-淘宝技术部. All rights reserved.
 */

#import "WVViewControllerProtocol.h"

/**
 已废弃，请直接使用 WVViewControllerProtocol。
 */
DEPRECATED_MSG_ATTRIBUTE("请直接使用 WVViewControllerProtocol")
@protocol WVWebViewControllerBasicProtocol <WVViewControllerProtocol>
@end
