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; // ///////////////