// 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>
#include <bsm/libbsm.h>
#include <ipc/securityd_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";
self.textLabel.textColor = [UIColor blackColor];
self.textLabel.textAlignment = NSTextAlignmentLeft;
- self.textLabel.AdjustsFontSizeToFitWidth = YES;
+ self.textLabel.adjustsFontSizeToFitWidth = YES;
self.textLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
NSString *title = [dict objectForKey:SWC_ACCOUNT_KEY];
self.detailTextLabel.textColor = [UIColor darkGrayColor];
self.detailTextLabel.textAlignment = NSTextAlignmentLeft;
- self.detailTextLabel.AdjustsFontSizeToFitWidth = YES;
+ self.detailTextLabel.adjustsFontSizeToFitWidth = YES;
self.detailTextLabel.baselineAdjustment = UIBaselineAdjustmentAlignCenters;
NSString *subtitle = [dict objectForKey:SWC_SERVER_KEY];