WFCUGroupMemberCollectionViewController.h 367 B

1234567891011121314151617
  1. //
  2. // WFCUGroupMemberCollectionViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by heavyrain lee on 2019/8/18.
  6. // Copyright © 2019 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WFCUGroupMemberCollectionViewController : UIViewController
  11. @property(nonatomic, strong)NSString *groupId;
  12. @end
  13. NS_ASSUME_NONNULL_END