添加设备绑定过程;

This commit is contained in:
xuemh
2018-08-06 23:40:49 +08:00
parent 2a9849c6fe
commit d15e9301a4
10 changed files with 179 additions and 9 deletions
@@ -27,7 +27,7 @@
#pragma mark - IFishHotpotUDPHelperDelegate
- (void)udpHelperCommandExecutedSuccess {
- (void)udpHelperCommandExecutedSuccess:(IFishUDPHelperBackMsgModel *)backModel {
[self.view makeToast:@"设备即将重启"];
}
@@ -27,7 +27,7 @@
#pragma mark - IFishHotpotUDPHelperDelegate
- (void)udpHelperCommandExecutedSuccess {
- (void)udpHelperCommandExecutedSuccess:(IFishUDPHelperBackMsgModel *)backModel {
[self.view makeToast:@"设备即将重置"];
}