Files
peko-ios/YuMi/Modules/YMMessage/View/SessionListHeadView/XPSessionHelloEnterView.h
2023-07-14 18:50:55 +08:00

18 lines
274 B
Objective-C

//
// YMSessionHelloEnterView.h
// YUMI
//
// Created by YUMI on 2023/1/31.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPSessionHelloEnterView : UIView
///有多少人喜欢
@property (nonatomic,assign) NSInteger number;
@end
NS_ASSUME_NONNULL_END