NIMNormalTeamCardViewController.h 311 B

12345678910111213141516
  1. //
  2. // NIMNormalTeamCardViewController.h
  3. // NIM
  4. //
  5. // Created by chris on 15/3/10.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <NIMSDK/NIMSDK.h>
  10. @interface NIMNormalTeamCardViewController : UIViewController
  11. - (instancetype)initWithTeam:(NIMTeam *)team;
  12. @end