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