游戏优化

This commit is contained in:
liyuhua
2023-08-25 14:48:58 +08:00
parent 02d145bda7
commit acf568b8b5
36 changed files with 404 additions and 176 deletions

View File

@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface XPHomePartyNavView : UIView
@property(nonatomic,copy) NSString *title;
@property (nonatomic, weak) id<XPHomePartyNavViewDelegate> delegate;
@end