add doric dev vc

This commit is contained in:
王劲鹏
2020-02-26 14:51:02 +08:00
committed by osborn
parent 3766c603ba
commit f9f48d9c8a
10 changed files with 135 additions and 11 deletions

View File

@@ -75,6 +75,10 @@ - (void)webSocket:(SRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reas
DoricLog(@"webSocketdidCloseWithCode");
}
- (void)send:(NSString *)command {
[_websocket send:command];
}
- (void)close {
[self.websocket close];
}