//
// TPcontentWebController.h
// ThePaperBase
//
// Created by Huixin on 15/8/7.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPWebViewContoller.h"
@interface TPcontentWebController : TPWebViewContoller
@property(nonatomic, strong)NSString *contentId;
@end
|