Files
yuyin_ios/SweetParty/主类/狸猫新增/签到/LMSingListModel.h

20 lines
305 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// LMSingListModel.h
// SweetParty
//
// Created by Xmac on 2024/8/31.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface LMSingListModel : NSObject
@property (nonatomic, assign) NSInteger is_sign;
@property (nonatomic, strong) NSString *award;
@end
NS_ASSUME_NONNULL_END