FollowerViewController.h 366 B

12345678910111213141516
  1. //
  2. // FollowerViewController.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/6/18.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FollowerViewController : BGBaseViewController
  10. @property (nonatomic, copy) NSString *user_id;
  11. @property (nonatomic, copy) NSString *type; //type_1 关注 2:粉丝 3:黑名单
  12. @end