1
wei
2021-01-21 62d098cb78296feaa6f786a20748921338db838c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// 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 <TuyaSmartUtil/TuyaSmartUtil.h>
 
#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 */