// // TuyaSmartBaseKit.h // TuyaSmartBaseKit // // Copyright (c) 2014-2021 Tuya Inc. (https://developer.tuya.com) #ifndef TuyaSmartBaseKit_h #define TuyaSmartBaseKit_h #define TUYA_HOMEKIT_SDK #define TUYA_SDK_VERSION @"3.22.2" #import #import "TuyaSmartSDK.h" #import "TuyaSmartSDK+Log.h" #import "TuyaSmartUser.h" #import "TuyaSmartUser+Region.h" #import "TuyaSmartUser+WCSession.h" #import "TuyaSmartUser+LoginByQRCode.h" #import "TuyaSmartUser+DeprecatedApi.h" #import "TuyaSmartUser+Anonymous.h" #import "TuyaSmartRequest.h" #import "TYApiMergeService.h" #import "TuyaSmartSpeechService.h" #import "TuyaSmartHTTPDNS.h" #import "TuyaSmartBaseKitErrors.h" #endif /* TuyaSmartBaseKit_h */