]> git.saurik.com Git - apple/security.git/blobdiff - SOSCCAuthPlugin/SOSCCAuthPlugin.h
Security-57336.1.9.tar.gz
[apple/security.git] / SOSCCAuthPlugin / SOSCCAuthPlugin.h
diff --git a/SOSCCAuthPlugin/SOSCCAuthPlugin.h b/SOSCCAuthPlugin/SOSCCAuthPlugin.h
new file mode 100644 (file)
index 0000000..1276cbb
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  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