From 38ed486a8626b4a04773b3067868f0c72d9f005e Mon Sep 17 00:00:00 2001 From: Aldo Armiento Date: Fri, 1 Apr 2016 02:37:08 +0200 Subject: [PATCH] Fix --- Objective-C Demo/Classes/DemoAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C Demo/Classes/DemoAppDelegate.m b/Objective-C Demo/Classes/DemoAppDelegate.m index 771a80ae..9202d27c 100644 --- a/Objective-C Demo/Classes/DemoAppDelegate.m +++ b/Objective-C Demo/Classes/DemoAppDelegate.m @@ -20,7 +20,7 @@ @implementation DemoAppDelegate -@synthesize window, textView; +@synthesize window, textView, viewController; #pragma mark - #pragma mark Application lifecycle