]> git.saurik.com Git - apple/security.git/blobdiff - SharedWebCredentialViewService/SWCViewController.m
Security-57337.60.2.tar.gz
[apple/security.git] / SharedWebCredentialViewService / SWCViewController.m
index 208270eb4c8aa649ae74214a1ae799452f2eafab..35b3a7e56c86cc9c51f7af513cb87264474e462e 100755 (executable)
@@ -5,6 +5,7 @@
 //  Copyright (c) 2014 Apple Inc. All Rights Reserved.
 //
 
 //  Copyright (c) 2014 Apple Inc. All Rights Reserved.
 //
 
+#import <Foundation/NSXPCConnection.h>
 #import "SWCViewController.h"
 #import <UIKit/UIViewController_Private.h>
 #import <UIKit/UIFont_Private.h>
 #import "SWCViewController.h"
 #import <UIKit/UIViewController_Private.h>
 #import <UIKit/UIFont_Private.h>
 
 #include <bsm/libbsm.h>
 #include <ipc/securityd_client.h>
 
 #include <bsm/libbsm.h>
 #include <ipc/securityd_client.h>
+
 #include "SharedWebCredential/swcagent_client.h"
 
 #include "SharedWebCredential/swcagent_client.h"
 
+#import "SWCViewController.h"
+
 const NSString* SWC_PASSWORD_KEY = @"spwd";
 const NSString* SWC_ACCOUNT_KEY  = @"acct";
 const NSString* SWC_SERVER_KEY   = @"srvr";
 const NSString* SWC_PASSWORD_KEY = @"spwd";
 const NSString* SWC_ACCOUNT_KEY  = @"acct";
 const NSString* SWC_SERVER_KEY   = @"srvr";