12345678910111213141516 |
- #import <UIKit/UIKit.h>
- @class WFCCUserInfo;
- @class WFCCConversation;
- @interface WFCUProfileTableViewController : UIViewController
- @property (nonatomic, strong)NSString *userId;
- @property (nonatomic, strong)WFCCConversation *fromConversation;
- @end
|