18 lines
274 B
Objective-C
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
|