From 59f641c0c94162878eb6250db152b7526f34c288 Mon Sep 17 00:00:00 2001 From: aacohen Date: Sun, 24 Jul 2016 14:46:11 -0400 Subject: [PATCH] Done. --- objc-interpolate/FISAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..9035dfd 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -12,7 +12,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( * Write your code here! */ - + NSLog(@"You are %@ the %@!", @"not", @"doctor"); // Do not alter return YES; // ///////////////