NIMTeamAnnouncementListCell.h 316 B

12345678910111213141516
  1. //
  2. // TeamAnnouncementListCell.h
  3. // NIM
  4. //
  5. // Created by Xuhui on 15/3/31.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <NIMSDK/NIMSDK.h>
  10. @interface NIMTeamAnnouncementListCell : UITableViewCell
  11. - (void)refreshData:(NSDictionary *)data team:(NIMTeam *)team;
  12. @end