From af070274a5135cf1caa01ede47a238f32305d2b3 Mon Sep 17 00:00:00 2001 From: ivanjanko Date: Wed, 27 Jul 2016 02:06:04 -0400 Subject: [PATCH] Done. --- objc-interpolate/FISAppDelegate.m | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..306fcc8 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -12,7 +12,16 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( * Write your code here! */ - + NSLog(@"Interpolate!"); + NSLog(@"%@", @"Interpolate!"); + NSLog(@"%@ %@", @"Interpolate!", @"Interpolate!"); + NSLog(@"%@%@%@%@!", @"In", @"ter", @"po", @"late"); + NSLog(@"%@-%@-%@-%@!", @"In", @"ter", @"po", @"late"); + NSLog(@"You are not The Doctor!"); + NSLog(@"%@", @"You are not The Doctor!"); + NSLog(@"%@%@%@%@%@%@", @"You", @"are", @"not", @"The", @"Doctor", @"!"); + NSLog(@"%@ %@ %@ %@ %@%@", @"You", @"are", @"not", @"The", @"Doctor", @"!"); + NSLog(@"You are %@ %@!", @"not", @"The Doctor"); // Do not alter return YES; // ///////////////