NearbyVC.h 240 B

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