TopNoticeViewController.h 350 Bytes
//
//  TopNoticeViewController.h
//  SCIOLiveCN
//
//  Created by huayu on 16/5/31.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "CNLiveBaseViewController.h"
@interface TopNoticeViewController : CNLiveBaseViewController<WKNavigationDelegate>{
    WKWebView *_webView;
    NSDictionary *_dictionary;
}
@end