RSS

(root)/iphone/common : 61 : Jigs/source/NewGameTableViewController.h

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to Jigs/source/NewGameTableViewController.h

Dömötör Gulyás
2010-01-18 09:03:51
Revision ID: dognotdog@gmail.com-20100118080351-ib2knxvk4w8ssw3h
made common a nested tree

Show diffs side-by-side

added added

removed removed

1
 
//
2
 
//  NewGameTableViewController.h
3
 
//  Jigs
4
 
//
5
 
//  Created by döme on 11.08.2009.
6
 
//  Copyright 2009 __MyCompanyName__. All rights reserved.
7
 
//
8
 
 
9
 
#import <UIKit/UIKit.h>
10
 
 
11
 
@class ImageWell;
12
 
 
13
 
@interface NewGameTableViewController : UITableViewController
14
 
{
15
 
        IBOutlet        UITableViewCell*        imageCell;
16
 
        IBOutlet        UITableViewCell*        sizeCell;
17
 
        IBOutlet        UITableViewCell*        rotationCell;
18
 
        
19
 
        IBOutlet        UISwitch*                       rotationSwitch;
20
 
}
21
 
 
22
 
- (IBAction) rotationChanged: (id) sender;
23
 
 
24
 
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches