contacts: create or update contacts

Add ability to create a new contact with an unknow uri, or link it to an
existing contact.
This is presented in a popover, either from an history entry, or during
a call with an unknown URI.

Issue: #78236
Change-Id: I22fa416b9f5c7a6eceb6f2ea47bb30aa251cda54
diff --git a/src/HistoryVC.h b/src/HistoryVC.h
index fe6b7b4..7e4da5a 100644
--- a/src/HistoryVC.h
+++ b/src/HistoryVC.h
@@ -31,8 +31,9 @@
 #define HISTORYVIEWCONTROLLER_H
 
 #import <Cocoa/Cocoa.h>
+#import "views/RingOutlineView.h"
 
-@interface HistoryVC : NSViewController <NSOutlineViewDelegate> {
+@interface HistoryVC : NSViewController <NSOutlineViewDelegate, ContextMenuDelegate> {
 
 }