1234567891011121314 |
- //
- // WFCUChannelProfileViewController.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/10/22.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface WFCUChannelProfileViewController : UIViewController
- @property (nonatomic, strong)WFCCChannelInfo *channelInfo;
- @end
|