Add applist and server info fetching error dialogs. Open the options menu when a user taps an offline PC.

This commit is contained in:
Cameron Gutman
2015-07-09 21:15:52 -07:00
parent 05f0dfd4f5
commit 29fda59a72
3 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
@protocol HostCallback <NSObject>
- (void) hostClicked:(Host*)host;
- (void) hostClicked:(Host*)host view:(UIView*)view;
- (void) hostLongClicked:(Host*)host view:(UIView*)view;
- (void) addHostClicked;