// // WFCUGroupMemberCollectionViewController.h // WFChatUIKit // // Created by heavyrain lee on 2019/8/18. // Copyright © 2019 WildFireChat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WFCUGroupMemberCollectionViewController : UIViewController @property(nonatomic, strong)NSString *groupId; @end NS_ASSUME_NONNULL_END