- //
- // MyPortraitViewController.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/10/6.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface WFCUMyPortraitViewController : UIViewController
- @property (nonatomic, strong)NSString *userId;
- @end
|