YBIBVideoCell+Internal.h 345 B

1234567891011121314151617181920
  1. //
  2. // YBIBVideoCell+Internal.h
  3. // YBImageBrowserDemo
  4. //
  5. // Created by 波儿菜 on 2019/12/23.
  6. // Copyright © 2019 杨波. All rights reserved.
  7. //
  8. #import "YBIBVideoCell.h"
  9. #import "YBIBVideoView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YBIBVideoCell ()
  12. @property (nonatomic, strong) YBIBVideoView *videoView;
  13. @end
  14. NS_ASSUME_NONNULL_END