17 lines
247 B
Objective-C
17 lines
247 B
Objective-C
//
|
|
// XPRoomSearchRecommendHeadView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/11/16.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPRoomSearchRecommendHeadView : UICollectionReusableView
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|