--- /dev/null
+//
+// SOSCCAuthPlugin.h
+// Security
+//
+// Created by Christian Schmidt on 7/8/15.
+// Copyright 2015 Apple, Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <AppleAccount/AAAuthenticationDelegateProtocol.h>
+
+@interface SOSCCAuthPlugin : NSObject <AAAuthenticationDelegateProtocol>
+
+@end