Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWUserActivityCommentsCell.h
Go to the documentation of this file.
1 //
2 // BWUserActivityCommentsCell.h
3 // Yini
4 //
5 // Created by siqi wang on 12-8-7.
6 // Copyright (c) 2012年 siqi wang. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface BWUserActivityCommentsCell : UITableViewCell
12 @property (strong, nonatomic) IBOutlet UIImageView *profilePicView;
13 @property (strong, nonatomic) IBOutlet UILabel *nameLable;
14 @property (strong, nonatomic) IBOutlet UILabel *cotentsLabel;
15 @property (strong, nonatomic) IBOutlet UILabel *dateDesctiption;
16 
17 @end