HXPhotoEditStickerTrashView.h 346 B

123456789101112131415161718
  1. //
  2. // HXPhotoEditStickerTrashView.h
  3. // photoEditDemo
  4. //
  5. // Created by Silence on 2020/6/27.
  6. // Copyright © 2020 Silence. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HXPhotoEditStickerTrashView : UIView
  11. @property (assign, nonatomic) BOOL inArea;
  12. + (instancetype)initView;
  13. @end
  14. NS_ASSUME_NONNULL_END