fixed long clicking host on iPads and made applist appear immediately after the apps are known

This commit is contained in:
Diego Waxemberg
2015-01-08 19:37:51 -05:00
parent e9c449bbf4
commit b89515089f
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
@protocol HostCallback <NSObject>
- (void) hostClicked:(Host*)host;
- (void) hostLongClicked:(Host*)host;
- (void) hostLongClicked:(Host*)host view:(UIView*)view;
- (void) addHostClicked;
@end