Files
yuyin_ios/SweetParty/主类/狸猫新增/签到/LMSingListModel.h
2025-08-08 11:05:33 +08:00

20 lines
305 B
Objective-C

//
// 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