Files
yinmeng-ios/xplan-ios/Main/Home/Presenter/XPHomeSearchPresenter.h

19 lines
266 B
C
Raw Normal View History

2021-11-29 21:40:11 +08:00
//
// XPHomeSearchPresenter.h
// xplan-ios
//
// Created by 冯硕 on 2021/11/29.
//
#import "BaseMvpPresenter.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeSearchPresenter : BaseMvpPresenter
- (void)searchRoomList:(NSString *)key;
@end
NS_ASSUME_NONNULL_END