The host views now auto refresh and removed unused method

This commit is contained in:
Diego Waxemberg
2015-01-02 23:58:59 -05:00
parent d134ff83d6
commit 57bf748877
2 changed files with 40 additions and 28 deletions

View File

@@ -21,5 +21,5 @@
- (id) initWithComputer:(Host*)host andCallback:(id<HostCallback>)callback;
- (id) initForAddWithCallback:(id<HostCallback>)callback;
- (NSString*) online;
@end