// // YBVideosVC.h // YBVideo // // Created by YB007 on 2019/12/6. // Copyright © 2019 cat. All rights reserved. // #import "YBBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface YBVideosVC : YBBaseViewController @property(nonatomic,strong)NSString *classID; @end NS_ASSUME_NONNULL_END