17 lines
253 B
Objective-C
17 lines
253 B
Objective-C
//
|
|
// XPRoomSearchContaierViewController.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/12/2.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPRoomSearchContainerViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|