Contextual menu: remove contact

Add contextual menu item in contacts list for removing contact.

Change-Id: I370347cc7470d84c50384bf1d72e2ac3f526fef1
Reviewed-by: Anthony LĂ©onard <anthony.leonard@savoirfairelinux.com>
diff --git a/src/PersonsVC.h b/src/PersonsVC.h
index f784d21..a56bf48 100644
--- a/src/PersonsVC.h
+++ b/src/PersonsVC.h
@@ -18,7 +18,9 @@
  */
 #import <Cocoa/Cocoa.h>
 
-@interface PersonsVC : NSViewController <NSOutlineViewDelegate>
+#import "views/RingOutlineView.h"
+
+@interface PersonsVC : NSViewController <NSOutlineViewDelegate, ContextMenuDelegate>
 
 - (void)startCallForRow:(id)sender;