YOUPAILCImageDeleteView.h 334 B

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