添加回调数据的解析过程

This commit is contained in:
xuemh
2018-08-06 22:51:30 +08:00
parent 1028ffa9ac
commit 5614a0a931
5 changed files with 61 additions and 4 deletions
@@ -128,6 +128,10 @@
#pragma mark - IFishHotpotUDPHelperDelegate
- (void)udpHelperCommandExecutedSuccess {
[self.view makeToast:@"连接设置成功"];
}
- (void)udpHelperMessage:(NSString *)msg {
[self.view makeToast:msg];
}