]>
Commit | Line | Data |
---|---|---|
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 |