Files
yuyin_ios/SweetParty/主类/旧项目依赖(以后调整)/RoomSearchView.h
2025-08-08 11:05:33 +08:00

20 lines
336 B
Objective-C
Executable File

//
// RoomSearchView.h
// MoHuanXingYu
//
// Created by aa on 2019/7/4.
// Copyright © 2019 MoHuanXingYu. All rights reserved.
//
#import "BaseView.h"
@interface RoomSearchView : BaseView
@property (nonatomic , copy) void(^quDingButtonClickBlock)(NSString *textTF);
@property (nonatomic, strong) UITextField *searchTF;
@end