SWCAppDelegate.h   [plain text]


//
//  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