// // TuyaSmartReceivedShareUserModel.h // TuyaSmartDeviceKit // // Copyright (c) 2014-2021 Tuya Inc. (https://developer.tuya.com) @interface TuyaSmartReceivedShareUserModel : NSObject // user name @property (nonatomic, strong) NSString *name; // mobile @property (nonatomic, strong) NSString *mobile; // email @property (nonatomic, strong) NSString *email; @end