#import @interface Controller: NSObject { NSMutableArray *players; } - (void) openFile: (id) sender; - (void) openStream: (id) sender; @end