20 lines
336 B
Objective-C
Executable File
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
|