RecommendedPersonViewController.h 288 B

123456789101112131415
  1. //
  2. // RecommendedPersonViewController.h
  3. // BuguLive
  4. //
  5. // Created by 王珂 on 17/1/11.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RecommendedPersonViewController : UIViewController
  10. @property (nonatomic, copy) NSString * userID;
  11. @end