2
0

WFCUAddFriendViewController.h 294 B

12345678910111213
  1. //
  2. // WFCUAddFriendViewController.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/10/7.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCUAddFriendViewController : UIViewController
  10. @property(nonatomic, strong)NSString *domainId;
  11. @end