X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FEnjoyableApplicationDelegate.h;h=dbc17eefb50d61e35474c1084b03d4079c1f4569;hp=b28269b007b89cd9c9dbf4127a2ea1f498fd70a5;hb=4a8e67a7294e8e527e2be9d8f5f39aae60691697;hpb=30f40c368cf11684956e992cb13a8f70b5c5e0ce diff --git a/Classes/EnjoyableApplicationDelegate.h b/Classes/EnjoyableApplicationDelegate.h index b28269b..dbc17ee 100644 --- a/Classes/EnjoyableApplicationDelegate.h +++ b/Classes/EnjoyableApplicationDelegate.h @@ -9,8 +9,10 @@ @class NJMappingsController; #import "NJMappingMenuController.h" +#import "NJMappingsViewController.h" @interface EnjoyableApplicationDelegate : NSObject { IBOutlet NSMenu *dockMenu; @@ -19,6 +21,7 @@ } @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; +@property (nonatomic, strong) IBOutlet NJMappingsViewController *mvc; - (IBAction)restoreToForeground:(id)sender; - (IBAction)importMappingClicked:(id)sender;