- //
- // NIMNormalTeamCardViewController.h
- // NIM
- //
- // Created by chris on 15/3/10.
- // Copyright (c) 2015年 Netease. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <NIMSDK/NIMSDK.h>
- @interface NIMNormalTeamCardViewController : UIViewController
- - (instancetype)initWithTeam:(NIMTeam *)team;
- @end
|