13 lines
207 B
Objective-C
13 lines
207 B
Objective-C
//
|
|
// GiftNobleInfoModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2021/12/27.
|
|
//
|
|
|
|
#import "GiftNobleInfoModel.h"
|
|
#import "MJExtension.h"
|
|
@implementation GiftNobleInfoModel
|
|
MJCodingImplementation
|
|
@end
|