X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5dd5f9ec28f304ca377c42fd7f711d6cf12b90e1..5c19dc3ae3bd8e40a9c028b0deddd50ff337692c:/SOSCCAuthPlugin/SOSCCAuthPlugin.h diff --git a/SOSCCAuthPlugin/SOSCCAuthPlugin.h b/SOSCCAuthPlugin/SOSCCAuthPlugin.h new file mode 100644 index 00000000..1276cbbf --- /dev/null +++ b/SOSCCAuthPlugin/SOSCCAuthPlugin.h @@ -0,0 +1,14 @@ +// +// SOSCCAuthPlugin.h +// Security +// +// Created by Christian Schmidt on 7/8/15. +// Copyright 2015 Apple, Inc. All rights reserved. +// + +#import +#import + +@interface SOSCCAuthPlugin : NSObject + +@end