filePathCreatPopView.h 348 B

123456789101112131415161718
  1. //
  2. // filePathCreatPopView.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/12/29.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface filePathCreatPopView : UIView
  10. @property(nonatomic,assign) NSInteger curType;// 1上传 2是备份
  11. @property (nonatomic,copy) void (^didClickOkBut)(NSString* folderName);
  12. @end
  13. NS_ASSUME_NONNULL_END