]> git.saurik.com Git - apple/security.git/blob - SharedWebCredentialViewService/SWCAppDelegate.h
Security-58286.260.20.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SWCAppDelegate.h
1 //
2 // SWCAppDelegate.h
3 // SharedWebCredentialViewService
4 //
5 // Copyright (c) 2014 Apple Inc. All Rights Reserved.
6 //
7
8 #import <UIKit/UIKit.h>
9
10 @interface SWCAppDelegate : UIResponder <UIApplicationDelegate>
11
12 @property (strong, nonatomic) UIWindow *window;
13
14 @end