Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWUserActivityNewsCell.h
Go to the documentation of this file.
1 //
2 // BWUserActivityNewsCell.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 #import "NewsObjectPhoto.h"
11 #import "BWActivityNews.h"
12 
13 @interface BWUserActivityNewsCell : UITableViewCell
14 
15 @property (strong, nonatomic) IBOutlet UIImageView *mainImageView;
16 
17 @property (strong, nonatomic) IBOutlet UILabel *nameLabel;
18 
19 @property (strong, nonatomic) IBOutlet UILabel *newsNameLabel;
20 
21 @property (strong, nonatomic) IBOutlet UILabel *dateDescription;
22 
23 
24 
25 -(void)setNewsActivity:(BWActivityNews*)activity;
26 
27 
28 @end