]> git.saurik.com Git - apple/security.git/blame - SharedWebCredentialViewService/SWCAppDelegate.h
Security-57031.40.6.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SWCAppDelegate.h
CommitLineData
d8f41ccd
A
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