1234567891011121314151617 |
- //
- // WFCUGroupFilesViewController.h
- // WFChatUIKit
- //
- // Created by dali on 2020/8/2.
- // Copyright © 2020 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class WFCCConversation;
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUGroupFilesViewController : UIViewController
- @property(nonatomic, strong)WFCCConversation *conversation;
- @end
- NS_ASSUME_NONNULL_END
|