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