cocoaTouch/MainMenuViewController.h
changeset 2743 39d097ac2276
parent 2740 03df0573a9fd
child 3027 32890edaa483
--- a/cocoaTouch/MainMenuViewController.h	Wed Feb 03 13:02:28 2010 +0000
+++ b/cocoaTouch/MainMenuViewController.h	Wed Feb 03 23:36:42 2010 +0000
@@ -11,10 +11,12 @@
 
 @interface MainMenuViewController : UIViewController {
 	UILabel *versionLabel;
+	UIView *mainView;
 	SettingsViewController *settingsViewController;
 }
 
 @property (nonatomic, retain) IBOutlet UILabel *versionLabel;
+@property (nonatomic, retain) IBOutlet UIView *mainView;
 @property (nonatomic, retain) SettingsViewController *settingsViewController;
 
 -(IBAction) startPlaying;