1234567891011121314151617 |
- #import <UIKit/UIKit.h>
- @interface WFCUGroupMemberTableViewCell : UITableViewCell
- @property (nonatomic, assign)BOOL isSelectable;
- @property (nonatomic, assign)BOOL isSelected;
- @property (nonatomic, strong)UIImageView *portraitView;
- @property (nonatomic, strong)UILabel *groupNameView;
- @property (nonatomic, strong)UIImageView *selectView;
- @end
|