2
0

WFCUConferenceChangeModelContent.h 394 B

123456789101112131415
  1. //
  2. // WFCUConferenceChangeModelContent.h
  3. // WFChatUIKit
  4. //
  5. // Created by Tom Lee on 2021/2/15.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WFChatClient/WFCChatClient.h>
  10. @interface WFCUConferenceChangeModelContent : WFCCMessageContent
  11. @property (nonatomic, strong) NSString *conferenceId;
  12. @property (nonatomic, assign) BOOL isAudience;
  13. @end