12345678910111213141516171819 |
- //
- // uploadFileBottomView.h
- // 隐私保护
- //
- // Created by xd h on 2023/11/10.
- //
- #import <UIKit/UIKit.h>
- #import "TZImageManager.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface uploadFileBottomView : UIView
- //选中的项 TZAssetModel
- @property (nonatomic,strong) NSMutableArray *indexPathsForSelectedItems;
- @end
- NS_ASSUME_NONNULL_END
|