create account: link to new lrc

Change-Id: I08b578cc29f0fc8f664763b3aeecb8406a6aa328
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/RingWizardNewAccountVC.h b/src/RingWizardNewAccountVC.h
index b593276..0819b42 100644
--- a/src/RingWizardNewAccountVC.h
+++ b/src/RingWizardNewAccountVC.h
@@ -18,13 +18,14 @@
  */
 
 #import <Cocoa/Cocoa.h>
+#import "LrcModelsProtocol.h"
 
 @protocol RingWizardNewDelegate <NSObject>
 - (void)didCreateAccountWithSuccess:(BOOL)success;
 - (void)showView:(NSView*)view;
 @end
 
-@interface RingWizardNewAccountVC : NSViewController
+@interface RingWizardNewAccountVC : NSViewController <LrcModelsProtocol>
 
 @property (nonatomic, weak)NSWindowController <RingWizardNewDelegate>* delegate;