1 #include <Foundation/Foundation.h>
2 @interface AppController : NSObject
3 {
4 	id prefPanel;
5 	id playerPanel;
6 	id playerController;
7 	id clockController;
8 	id infoTab;
9 	id documentInspector;
10 }
11 - (id) playerController;
12 @end
13