author | koda |
Fri, 02 Apr 2010 15:08:43 +0000 | |
changeset 3251 | 221c163ad5d9 |
parent 3250 | d5cd1a617123 |
permissions | -rw-r--r-- |
3113 | 1 |
// |
2 |
// DetailViewController.h |
|
3 |
// HedgewarsMobile |
|
4 |
// |
|
5 |
// Created by Vittorio on 27/03/10. |
|
6 |
// Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 |
// |
|
8 |
||
9 |
#import <UIKit/UIKit.h> |
|
10 |
||
11 |
||
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3165
diff
changeset
|
12 |
@interface DetailViewController : UITableViewController <UIPopoverControllerDelegate, UISplitViewControllerDelegate> { |
3113 | 13 |
UIPopoverController *popoverController; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3165
diff
changeset
|
14 |
NSArray *controllers; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3113
diff
changeset
|
15 |
|
3113 | 16 |
id detailItem; |
17 |
} |
|
18 |
||
19 |
@property (nonatomic, retain) UIPopoverController *popoverController; |
|
20 |
@property (nonatomic, retain) id detailItem; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3165
diff
changeset
|
21 |
@property (nonatomic, retain) NSArray * controllers; |
3113 | 22 |
|
23 |
@end |