Files
yuyin_ios/SweetParty/主类/狸猫新增/酒吧相亲厅/YYXQPickTimeAlert.h

26 lines
608 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYXQPickTimeAlert.h
// YaYin
//
// Created by bj_szd on 2023/7/12.
// Copyright © 2023 YaYin. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYXQPickTimeAlert : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UIButton *timeBtn_1;
@property (weak, nonatomic) IBOutlet UIButton *timeBtn_2;
@property (weak, nonatomic) IBOutlet UIButton *agreeBtn;
@property (weak, nonatomic) IBOutlet UIButton *timeBtn_3;
@property (nonatomic, copy) void(^onConfirmBlock)(NSString *time);
@end
NS_ASSUME_NONNULL_END