17 lines
238 B
Dart
17 lines
238 B
Dart
|
//
|
||
|
// MOP_changeUserId.h
|
||
|
// mop
|
||
|
//
|
||
|
// Created by 滔 on 2023/3/23.
|
||
|
//
|
||
|
|
||
|
#import "MOPBaseApi.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MOP_changeUserId : MOPBaseApi
|
||
|
@property (nonatomic, copy) NSString *userId;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|