cdts/xdts-ios 3/TreeHole/CYHResetCode/Home(首页)/View/THHomeHotPartyView.h
2023-07-27 09:20:00 +08:00

21 lines
311 B
Objective-C

//
// THHomeHotPartyView.h
// TreeHole
//
// Created by iOS on 2023/2/6.
// Copyright © 2023 CYH. All rights reserved.
//
#import "THView.h"
NS_ASSUME_NONNULL_BEGIN
@interface THHomeHotPartyView : THView
///多少人次参与
@property(nonatomic, copy)NSString *numberStr;
@end
NS_ASSUME_NONNULL_END