FriendListTableViewCell.h 266 B

123456789101112131415
  1. //
  2. // FriendListTableViewCell.h
  3. // NIMDemo
  4. //
  5. // Created by Fenix Wang on 2017/7/29.
  6. // Copyright © 2017年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FriendListTableViewCell : UITableViewCell
  10. - (void)setData:(NSObject *)data;
  11. @end