lpw
2022-07-07 323473db4a10949a6d6dab3f55ab1e40696308ba
commit | author | age
2174b5 1 //
L 2 //  WADeleteRequestModel.h
3 //  WASdkIntf
4 //
5 //  Created by lpw on 2022/6/9.
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 WADeleteRequestModel : NSObject
14 /*!
15  @abstract 删除平台(Facebook,Apple)
16  */
17 @property(copy,nonatomic)NSString *deletePlatform;
18 /*!
19  @abstract 删除平台accessToken
20  */
21 @property(copy,nonatomic)NSString *deleteToken;
22 @end
23
24 NS_ASSUME_NONNULL_END