- //
- // YOUPAILCImageDeleteView.h
- // LiveChat
- //
- // Created by 张灿 on 2018/8/28.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YOUPAILCImageDeleteView : UIView
- @property(nonatomic,assign)NSInteger youpaipstatu;//状态为1 垃圾篓为关闭状态 2 垃圾篓为打开状态
- @end
|