YBPrivateVC.h 302 B

12345678910111213141516171819
  1. //
  2. // YBPrivateVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2020/6/29.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBPrivateVC : YBBaseViewController
  11. @property(nonatomic,assign)BOOL hideBottom;
  12. @end
  13. NS_ASSUME_NONNULL_END