添加回调数据的解析过程
This commit is contained in:
@@ -128,6 +128,10 @@
|
||||
|
||||
#pragma mark - IFishHotpotUDPHelperDelegate
|
||||
|
||||
- (void)udpHelperCommandExecutedSuccess {
|
||||
[self.view makeToast:@"连接设置成功"];
|
||||
}
|
||||
|
||||
- (void)udpHelperMessage:(NSString *)msg {
|
||||
[self.view makeToast:msg];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user