HXPhotoPreviewVideoViewCell.h 477 B

123456789101112131415161718
  1. //
  2. // HXPhotoPreviewVideoViewCell.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2019/12/5.
  6. // Copyright © 2019 Silence. All rights reserved.
  7. //
  8. #import "HXPhotoPreviewViewCell.h"
  9. #import "HXPreviewContentView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface HXPhotoPreviewVideoViewCell : HXPhotoPreviewViewCell
  12. @property (strong, nonatomic) HXPreviewVideoSliderView *bottomSliderView;
  13. @property (assign, nonatomic) BOOL didAddBottomPageControl;
  14. @end
  15. NS_ASSUME_NONNULL_END