//
// topicBannersController.h
// ThePaperBase
//
// Created by liyuan on 15/10/28.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPTableViewController.h"
@interface topicBannersController : TPTableViewController
@property(nonatomic, strong)listContObjectVO *contentBo;
@end
|