去除广告和基本UI逻辑
This commit is contained in:
@@ -200,6 +200,18 @@ typedef NS_ENUM(NSUInteger, SmartDeviceType) {
|
||||
DEVICEHEATING,
|
||||
DEVICEPETS
|
||||
};
|
||||
typedef NS_ENUM(NSUInteger, ConnectType) {
|
||||
|
||||
///腾讯airkiss
|
||||
ConnectTypeAirKiss = 1,
|
||||
|
||||
/// 智能配网
|
||||
ConnectTypeSmartESPTouch ,
|
||||
|
||||
/// 热点配网
|
||||
ConnectTypeAP
|
||||
|
||||
};
|
||||
#define Ali_Push_APPKey @"26007228"
|
||||
#define Ali_Push_APPSecret @"87c9206424399968ba11a56a9a979cfe"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user