12345678910111213141516171819202122232425262728293031323334353637 |
- #import <Foundation/Foundation.h>
- #import "WFCCGroupInfo.h"
- @interface WFCCGroupSearchInfo : NSObject
- @property (nonatomic, strong)WFCCGroupInfo *groupInfo;
- @property (nonatomic, assign)int marchType;
- @property (nonatomic, strong)NSArray *marchedMemberNames;
- @property (nonatomic, strong)NSString *keyword;
- @end
|