YBIBImageCell+Internal.h 427 B

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