X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/SharedWebCredentialViewService/SWCAppDelegate.h diff --git a/SharedWebCredentialViewService/SWCAppDelegate.h b/SharedWebCredentialViewService/SWCAppDelegate.h new file mode 100755 index 00000000..3085c422 --- /dev/null +++ b/SharedWebCredentialViewService/SWCAppDelegate.h @@ -0,0 +1,14 @@ +// +// SWCAppDelegate.h +// SharedWebCredentialViewService +// +// Copyright (c) 2014 Apple Inc. All Rights Reserved. +// + +#import + +@interface SWCAppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end