首次提交
This commit is contained in:
19
SweetParty/主类/旧项目依赖(以后调整)/RoomSearchView.h
Executable file
19
SweetParty/主类/旧项目依赖(以后调整)/RoomSearchView.h
Executable file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user