TopNoticeViewController.h 347 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<UIWebViewDelegate>{
    UIWebView *_webView;
    NSDictionary *_dictionary;
}
@end