13 lines
191 B
Objective-C
13 lines
191 B
Objective-C
//
|
|
// XPGiftInfoModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/11/11.
|
|
//
|
|
|
|
#import "GiftInfoModel.h"
|
|
#import "MJExtension.h"
|
|
@implementation GiftInfoModel
|
|
MJCodingImplementation
|
|
@end
|