From 0c2e47ff485f8923d3b06f1ca66504be5ab89e80 Mon Sep 17 00:00:00 2001 From: Dania Date: Mon, 20 Jun 2016 17:37:00 -0400 Subject: [PATCH] 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