2
0

GroupManageTableViewController.h 396 B

123456789101112131415161718
  1. //
  2. // GroupManageTableViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by heavyrain lee on 2019/6/26.
  6. // Copyright © 2019 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WFChatClient/WFCChatClient.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface GroupManageTableViewController : UIViewController
  12. @property (nonatomic, strong)WFCCGroupInfo *groupInfo;
  13. @end
  14. NS_ASSUME_NONNULL_END