lpw
2022-06-21 0778041d2a66cbe29f2e6e99040df86c4c817c45
commit | author | age
077804 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