From 0f5dd954d25ad23765a90a962d9b66ce47bb6ceb Mon Sep 17 00:00:00 2001 From: skakig Date: Fri, 28 Apr 2017 19:30:53 -0700 Subject: [PATCH] My first Interpolate commit --- objc-interpolate/FISAppDelegate.m | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..80e37ce 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -13,6 +13,20 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( */ + NSLog(@"Dalek"); + NSLog(@"%@", @"Dalek"); + NSLog(@"%@%@%@%@%@", @"D", @"a", @"l", @"e", @"k"); + 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"); + + // Do not alter return YES; // ///////////////