// // WFCUReadViewController.h // WFChatUIKit // // Created by Rain on 2023/3/25. // Copyright © 2023 Tom Lee. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface WFCUReadViewController : UIViewController @property(nonatomic, strong)NSArray *userIds; @property(nonatomic, strong)NSString *groupId; @end NS_ASSUME_NONNULL_END