| 1234567891011121314151617 |
- //
- // YBVipVC.h
- // YBVideo
- //
- // Created by YB007 on 2019/11/20.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBVipVC : YBBaseViewController
- @end
- NS_ASSUME_NONNULL_END
|