2
// NewGameTableViewController.h
5
// Created by döme on 11.08.2009.
6
// Copyright 2009 __MyCompanyName__. All rights reserved.
9
#import <UIKit/UIKit.h>
13
@interface NewGameTableViewController : UITableViewController
15
IBOutlet UITableViewCell* imageCell;
16
IBOutlet UITableViewCell* sizeCell;
17
IBOutlet UITableViewCell* rotationCell;
19
IBOutlet UISwitch* rotationSwitch;
22
- (IBAction) rotationChanged: (id) sender;