1234567891011121314151617181920 |
- //
- // uploadFileRecordheadView.h
- // 隐私保护
- //
- // Created by xd h on 2023/11/15.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface uploadFileRecordheadView : UIView
- @property(nonatomic,assign) NSInteger selectIndex;//
- //点击
- @property (nonatomic,copy) void (^didClickButFun)(NSInteger index);
- @end
- NS_ASSUME_NONNULL_END
|