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