15 lines
294 B
Objective-C
15 lines
294 B
Objective-C
//
|
|
// IfishLoadingWebViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/4/19.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
@interface IfishLoadingWebViewController : BaseVIewContorller
|
|
@property(nonatomic,strong) NSString *pushlink;
|
|
|
|
@end
|