2
0

WFCUReadViewController.h 377 B

123456789101112131415161718
  1. //
  2. // WFCUReadViewController.h
  3. // WFChatUIKit
  4. //
  5. // Created by Rain on 2023/3/25.
  6. // Copyright © 2023 Tom Lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WFCUReadViewController : UIViewController
  11. @property(nonatomic, strong)NSArray<NSString *> *userIds;
  12. @property(nonatomic, strong)NSString *groupId;
  13. @end
  14. NS_ASSUME_NONNULL_END