Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user