Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
BWActivityNews.h
Go to the documentation of this file.
1 //
2 // BWActivityNews.h
3 // Yini
4 //
5 // Created by siqi wang on 12-8-6.
6 // Copyright (c) 2012年 siqi wang. All rights reserved.
7 //
8 
9 #import "BWActivity.h"
10 
12 
13 
14 
15 @property (nonatomic, strong) NSString *newsSysNamePath;
16 @property (nonatomic, strong) NSString *userDiscription;
17 -(id)initWithNewsSysNamePath:(NSString*)namePath;
18 
19 @end