|
//
// moreTableViewController.h
// ThePaperBase
//
// Created by zhousan on 15/7/23.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPTableViewController.h"
@interface moreTableViewController : TPTableViewController
@property (nonatomic, strong) NSString *nodeID;
@property (nonatomic, strong) specialObjectBO *specialBo;
@end
|