13 lines
163 B
Objective-C
13 lines
163 B
Objective-C
//
|
|
// XPGiftCompoundModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/8/5.
|
|
//
|
|
|
|
#import "XPGiftCompoundModel.h"
|
|
|
|
@implementation XPGiftCompoundModel
|
|
|
|
@end
|