2023-07-06 16:54:13 +08:00
|
|
|
//
|
|
|
|
// YMMineVisitorUnReadModel.h
|
|
|
|
// YUMI
|
|
|
|
//
|
|
|
|
// Created by YUMI on 2022/1/26.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
2023-07-14 18:50:55 +08:00
|
|
|
@interface XPMineVisitorUnReadModel : NSObject
|
2023-07-06 16:54:13 +08:00
|
|
|
|
|
|
|
@property (nonatomic, assign) NSInteger visitNum;
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|