Skip to content

Commit

Permalink
Move SBBBridgeAppDelegate protocol to its own header
Browse files Browse the repository at this point in the history
  • Loading branch information
syoung-smallwisdom committed Dec 1, 2015
1 parent 908b042 commit 4189feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APCAppCore/APCAppCore/Startup/APCAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ - (void) showCatastrophicStartupErrorWithMessage:(NSString *)message
/*********************************************************************************/
#pragma mark - Unsupported App Version
/*********************************************************************************/
- (BOOL)handleUnsupportedAppVersionError:(NSError*)error networkManager:(id <SBBNetworkManagerProtocol> __unused)networkManager
- (BOOL)handleUnsupportedAppVersionError:(NSError*)error networkManager:(id __unused)networkManager
{
NSString *localizedButtonTitle = NSLocalizedStringWithDefaultValue(@"APC_BUTTON_TITLE_GOTO_APP_STORE", @"APCAppCore", APCBundle(), @"Open App Store", @"Button title: Open App Store");
self.catastrophicStartupError = error;
Expand Down

0 comments on commit 4189feb

Please sign in to comment.