Files
mier_ios/SweetParty/主类/Home/View/SPHomeSortAlert.h
2025-08-11 10:43:19 +08:00

21 lines
320 B
Objective-C
Executable File

//
// SPHomeSortAlert.h
// SweetParty
//
// Created by bj_szd on 2022/5/31.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPHomeSortAlert : UIView
@property (nonatomic, copy) void(^onConfirmSelBlock)(NSInteger sex, NSInteger distance, NSInteger age);
- (void)onShow;
@end
NS_ASSUME_NONNULL_END