HXPhotoPreviewLivePhotoCell.h 319 B

1234567891011121314151617
  1. //
  2. // HXPhotoPreviewLivePhotoCell.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2019/12/14.
  6. // Copyright © 2019 Silence. All rights reserved.
  7. //
  8. #import "HXPhotoPreviewViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HXPhotoPreviewLivePhotoCell : HXPhotoPreviewViewCell
  11. @end
  12. NS_ASSUME_NONNULL_END