1234567891011121314151617 |
- #import <UIKit/UIKit.h>
- #import "BubbleTipView.h"
- @interface WFCUNewFriendTableViewCell : UITableViewCell
- @property (nonatomic, strong)UIImageView *portraitView;
- @property (nonatomic, strong)UILabel *nameLabel;
- @property (nonatomic, strong)BubbleTipView *bubbleView;
- - (void)refresh;
- @end
|