lpw
2026-04-27 a7f5a97a0c8b97d0c6c28fcd92cf65888c7cbb4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  WADeleteResult.h
//  WASdkIntf
//
//  Created by lpw on 2022/6/14.
//  Copyright © 2022 GHW-T-01. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
NS_ASSUME_NONNULL_BEGIN
 
@interface WADeleteResult : NSObject
@property(copy,nonatomic)NSString *apply_date; //申请时间(游戏时区)
@property(copy,nonatomic)NSString *delete_date; //注销时间(游戏时区)
@end
 
NS_ASSUME_NONNULL_END