add doric dev vc
This commit is contained in:
@@ -51,6 +51,10 @@ - (void)connectDevKit:(NSString *)url {
|
||||
self.wsclient = [[DoricWSClient alloc] initWithUrl:url];
|
||||
}
|
||||
|
||||
- (void)sendDevCommand:(NSString *)command {
|
||||
[self.wsclient send:command];
|
||||
}
|
||||
|
||||
- (void)disconnectDevKit {
|
||||
if (self.wsclient) {
|
||||
[self.wsclient close];
|
||||
|
||||
Reference in New Issue
Block a user