18 lines
216 B
Objective-C
18 lines
216 B
Objective-C
//
|
|
// XPVersionUpdateModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/12/5.
|
|
//
|
|
|
|
#import "XPVersionUpdateModel.h"
|
|
|
|
@implementation XPVersionUpdateModel
|
|
|
|
@end
|
|
|
|
@implementation XPVersionUpdateItemModel
|
|
|
|
@end
|
|
|