| 12345678910111213141516171819 |
- //
- // YBPrivateVC.h
- // YBVideo
- //
- // Created by YB007 on 2020/6/29.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBPrivateVC : YBBaseViewController
- @property(nonatomic,assign)BOOL hideBottom;
- @end
- NS_ASSUME_NONNULL_END
|