accounts: use account selection model

Refs #75626

Change-Id: If9dbd47d5463b4a17aff31eae6dd3699cf7e9883
diff --git a/src/AccRingVC.h b/src/AccRingVC.h
index df21709..67f03e0 100644
--- a/src/AccRingVC.h
+++ b/src/AccRingVC.h
@@ -34,12 +34,7 @@
 
 #import <account.h>
 
-@interface AccRingVC : NSViewController <NSTextFieldDelegate> {
-    
-    NSTextField *hashField;
-}
-
-- (void)loadAccount:(Account *)account;
+@interface AccRingVC : NSViewController <NSTextFieldDelegate>
 
 @end