You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
482 B
24 lines
482 B
1 year ago
|
//
|
||
|
// HPNotice.swift
|
||
|
// HPlusFit
|
||
|
//
|
||
|
// Created by lemo. on 2019/7/28.
|
||
|
// Copyright © 2019 lemo. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
/// 绑定设备成功
|
||
|
let BindingDevice = "BindingDevice"
|
||
|
/// 设备解绑通知
|
||
|
let UnBindingDevice = "UnBindingDevice"
|
||
|
/// 用户信息更新
|
||
|
let UserInfoUpdate = "UserInfoUpdate"
|
||
|
/// 单位切换
|
||
|
let UnitChange = "UnitChange"
|
||
|
/// 日期改变
|
||
|
let DateChange = "DateChange"
|
||
|
///// 电量上报通知
|
||
|
//let PowerReport = "PowerReport"
|
||
|
|