]> git.saurik.com Git - apple/security.git/blobdiff - SharedWebCredentialViewService/SWCAppDelegate.h
Security-57031.1.35.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SWCAppDelegate.h
diff --git a/SharedWebCredentialViewService/SWCAppDelegate.h b/SharedWebCredentialViewService/SWCAppDelegate.h
new file mode 100755 (executable)
index 0000000..3085c42
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  SWCAppDelegate.h
+//  SharedWebCredentialViewService
+//
+//  Copyright (c) 2014 Apple Inc. All Rights Reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface SWCAppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end