//
// linkController.h
// ThePaperBase
//
// Created by 李元元 on 16/5/16.
// Copyright © 2016年 scar1900. All rights reserved.
//
#import "TPHttpController.h"
@interface linkController : newPageBaseController
@property(nonatomic, strong)NSString *webUrl;
@end
|