X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FEnjoyableApplicationDelegate.h;h=020703636c7dddcd1669737739ffa7dc55ea1b7f;hp=ddc6acf77e5a75eaf660ef720c729d7278eb7082;hb=4fd28dc6483fd7c8323196abdbf4f1833a284e03;hpb=93d9951d6bd16b37e88b8fb6c38bc4afd6c9401e diff --git a/Classes/EnjoyableApplicationDelegate.h b/Classes/EnjoyableApplicationDelegate.h index ddc6acf..0207036 100644 --- a/Classes/EnjoyableApplicationDelegate.h +++ b/Classes/EnjoyableApplicationDelegate.h @@ -6,23 +6,22 @@ // Copyright 2009 University of Otago. All rights reserved. // -@class NJMappingsController; - #import "NJMappingMenuController.h" #import "NJMappingsViewController.h" #import "NJDeviceViewController.h" -#import "NJOutputController.h" +#import "NJOutputViewController.h" #import "NJInputController.h" @interface EnjoyableApplicationDelegate : NSObject -@property (nonatomic, strong) IBOutlet NJInputController *inputController; -@property (nonatomic, strong) IBOutlet NJOutputController *outputController; +@property (nonatomic, strong) IBOutlet NJInputController *ic; +@property (nonatomic, strong) IBOutlet NJOutputViewController *oc; @property (nonatomic, strong) IBOutlet NJMappingsViewController *mvc; @property (nonatomic, strong) IBOutlet NJDeviceViewController *dvc;