| 1234567891011121314151617 |
- //
- // backupsOptionTipView.h
- //
- //
- // Created by David on 2024/7/25.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface backupsOptionTipView : UIView
- @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag);
- @end
- NS_ASSUME_NONNULL_END
|