|
//
// topicMoreInfoController.h
// ThePaperDemo
//
// Created by zhousan on 15/7/15.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "newPageBaseController.h"
@interface topicMoreInfoController : newPageBaseController
@property (nonatomic, strong) nodeObjectBO *nodeObj;
@property (nonatomic, strong) specialObjectBO *specialBo;
@end
|