From c9339e81020f98b6f40483dc8926b2e205865deb Mon Sep 17 00:00:00 2001 From: ivanjanko Date: Thu, 21 Jul 2016 10:47:35 -0400 Subject: [PATCH] first app lab --- my-first-lab/FISAppDelegate.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-first-lab/FISAppDelegate.m b/my-first-lab/FISAppDelegate.m index f936cda..5cb438d 100644 --- a/my-first-lab/FISAppDelegate.m +++ b/my-first-lab/FISAppDelegate.m @@ -11,8 +11,8 @@ @implementation FISAppDelegate // ///////////////////////////////////////////////////// - (NSString *)didItWork { - return nil; -// return @"YES"; +// return nil; + return @"YES"; } @end