]>
Commit | Line | Data |
---|---|---|
5c19dc3a A |
1 | // |
2 | // SOSCCAuthPlugin.h | |
3 | // Security | |
4 | // | |
5 | // Created by Christian Schmidt on 7/8/15. | |
6 | // Copyright 2015 Apple, Inc. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | #import <AppleAccount/AAAuthenticationDelegateProtocol.h> | |
11 | ||
12 | @interface SOSCCAuthPlugin : NSObject <AAAuthenticationDelegateProtocol> | |
13 | ||
14 | @end |