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