YBIBImageCell.h 296 B

1234567891011121314151617
  1. //
  2. // YBIBImageCell.h
  3. // YBImageBrowserDemo
  4. //
  5. // Created by 波儿菜 on 2019/6/5.
  6. // Copyright © 2019 波儿菜. All rights reserved.
  7. //
  8. #import "YBIBCellProtocol.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBIBImageCell : UICollectionViewCell <YBIBCellProtocol>
  11. @end
  12. NS_ASSUME_NONNULL_END