- //
- // MyFollowViewController.h
- // YBVideo
- //
- // Created by YangBiao on 2017/9/7.
- // Copyright © 2017年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MyFollowViewController : YBBaseViewController
- @property(nonatomic,copy)NSString *url;
- @end
|