12345678910111213141516171819 |
- //
- // WFCUConferenceInviteViewController.h
- // WildFireChat
- //
- // Created by heavyrain lee on 2018/9/27.
- // Copyright © 2018 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUConferenceInviteViewController : UIViewController
- @property (nonatomic, strong) WFCCMessageContent *invite;
- @end
- NS_ASSUME_NONNULL_END
|