MyFollowViewController.h 268 B

123456789101112131415
  1. //
  2. // MyFollowViewController.h
  3. // YBVideo
  4. //
  5. // Created by YangBiao on 2017/9/7.
  6. // Copyright © 2017年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MyFollowViewController : YBBaseViewController
  10. @property(nonatomic,copy)NSString *url;
  11. @end