15 lines
334 B
Objective-C
15 lines
334 B
Objective-C
//
|
|
// IfishAlibcWebViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/4/12.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
@interface IfishAlibcWebViewController : BaseVIewContorller<UIWebViewDelegate, NSURLConnectionDelegate>
|
|
@property (strong, nonatomic) UIWebView *webView;
|
|
|
|
@end
|