// // XPHomePartyNavView.h // xplan-ios // // Created by GreenLand on 2022/9/21. // #import NS_ASSUME_NONNULL_BEGIN @protocol XPHomePartyNavViewDelegate ///点击了搜索房间 - (void)xPHomePartyNavViewDidClickBack; @end @interface XPHomePartyNavView : UIView @property(nonatomic,copy) NSString *title; @property (nonatomic, weak) id delegate; @end NS_ASSUME_NONNULL_END