From de35687f7ac47890c87684d4521e67304d16d39d Mon Sep 17 00:00:00 2001 From: aacohen Date: Wed, 20 Jul 2016 20:21:12 -0400 Subject: [PATCH] My first commit --- 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