HXPhotoPreviewImageViewCell.h 344 B

1234567891011121314151617
  1. //
  2. // HXPhotoPreviewImageViewCell.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 HXPhotoPreviewImageViewCell : HXPhotoPreviewViewCell
  12. @end
  13. NS_ASSUME_NONNULL_END