mop-flutter-sdk/ios/Classes/Api/MOP_changeUserId.h

17 lines
238 B
Dart
Raw Normal View History

//
// 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