YBIBContainerView.h 264 B

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