fileTransferPathCheckViewController.h 389 B

12345678910111213141516171819
  1. //
  2. // fileTransferPathCheckViewController.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/12/28.
  6. //
  7. #import "BaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface fileTransferPathCheckViewController : BaseViewController
  10. @property(nonatomic,assign) NSInteger curType;// 1上传 2是备份
  11. @property (nonatomic,copy) void (^didChangeSavePathFun)(void);
  12. @end
  13. NS_ASSUME_NONNULL_END