NIMTeamNotifyUpdateViewController.h 306 B

1234567891011121314151617
  1. //
  2. // NIMTeamNotifyUpdateViewController.h
  3. // NIMKit
  4. //
  5. // Created by chris on 2017/9/20.
  6. // Copyright © 2017年 NetEase. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class NIMTeam;
  10. @interface NIMTeamNotifyUpdateViewController : UIViewController
  11. - (instancetype)initTeam:(NIMTeam *)team;
  12. @end