|
//
// otherPersonHomepageController.h
// ThePaperHD
//
// Created by YoungLee on 15/4/27.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPTableViewController.h"
@interface otherPersonHomepageController : TPTableViewController
@property(nonatomic, strong)NSMutableArray *dataList;
@property(nonatomic, strong)NSMutableArray *heightArray;
@property(nonatomic, strong)commentObjectVO *commentBo;
@property(nonatomic, strong)userBO *userBo;
@end
|