X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb..ce3c8656732c924baf7e88df75eab50891bdc471:/SharedWebCredentialViewService/SWCViewController.m diff --git a/SharedWebCredentialViewService/SWCViewController.m b/SharedWebCredentialViewService/SWCViewController.m index 87c85b42..35b3a7e5 100755 --- a/SharedWebCredentialViewService/SWCViewController.m +++ b/SharedWebCredentialViewService/SWCViewController.m @@ -5,6 +5,7 @@ // Copyright (c) 2014 Apple Inc. All Rights Reserved. // +#import #import "SWCViewController.h" #import #import @@ -14,8 +15,11 @@ #include #include + #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"; @@ -88,7 +92,7 @@ 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]; @@ -96,7 +100,7 @@ const NSString* SWC_SERVER_KEY = @"srvr"; 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];