123456789101112131415161718 |
- //
- // HXPhotoEditStickerTrashView.h
- // photoEditDemo
- //
- // Created by Silence on 2020/6/27.
- // Copyright © 2020 Silence. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HXPhotoEditStickerTrashView : UIView
- @property (assign, nonatomic) BOOL inArea;
- + (instancetype)initView;
- @end
- NS_ASSUME_NONNULL_END
|