11
This commit is contained in:
19
ShenQi/PushRecordDataModel.h
Normal file
19
ShenQi/PushRecordDataModel.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// PushRecordDataModel.h
|
||||
//
|
||||
// Created by on 2025/1/11
|
||||
// Copyright (c) 2025 zL. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
@class PushRecordData;
|
||||
@interface PushRecordDataModel : NSObject <NSCoding, NSCopying>
|
||||
|
||||
@property (nonatomic, strong) PushRecordData *data;
|
||||
@property (nonatomic, assign) NSInteger code;
|
||||
|
||||
+ (instancetype)modelObjectWithDictionary:(NSDictionary *)dict;
|
||||
- (instancetype)initWithDictionary:(NSDictionary *)dict;
|
||||
- (NSDictionary *)dictionaryRepresentation;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user