Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
805 | - | 1 | // |
2 | // MIxerViewController.h |
||
3 | // iKopter |
||
4 | // |
||
5 | // Created by Frank Blumenberg on 03.07.10. |
||
6 | // Copyright 2010 de.frankblumenberg. All rights reserved. |
||
7 | // |
||
8 | |||
9 | #import <UIKit/UIKit.h> |
||
10 | |||
11 | @class MixerTableViewCell; |
||
12 | |||
13 | @interface MixerViewController : UITableViewController { |
||
14 | |||
15 | MixerTableViewCell* loadCell; |
||
16 | } |
||
17 | |||
18 | @property (nonatomic, retain) IBOutlet MixerTableViewCell *loadCell; |
||
19 | |||
20 | @end |