TopNoticeViewController.h
377 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;
}
@property (nonatomic , strong) NSDictionary *forecaseDic;
@end