13 lines
175 B
Objective-C
13 lines
175 B
Objective-C
//
|
|
// XPReceiveRedPacketModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/9/2.
|
|
//
|
|
|
|
#import "XPReceiveRedPacketModel.h"
|
|
|
|
@implementation XPReceiveRedPacketModel
|
|
|
|
@end
|