17 lines
343 B
Objective-C
17 lines
343 B
Objective-C
//
|
|
// PushMasssageWebViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/8/11.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
@interface PushMasssageWebViewController : BaseVIewContorller
|
|
|
|
@property(nonatomic,strong) NSString *pushlink;
|
|
@property(nonatomic,strong) NSString *pushtitle;
|
|
|
|
@end
|