// // fansViewController.h // YBVideo // // Created by cat on 16/4/1. // Copyright © 2016年 cat. All rights reserved. // #import <UIKit/UIKit.h> @interface fansViewController : YBBaseViewController @property(nonatomic,copy)NSString *fensiUid; @end