blob: 6aa434f493369faa2d30ace6a612b097a23ca4f3 [file] [log] [blame]
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07001/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
2/*
3 * @copyright See LICENCE for copyright and license information.
4 *
5 * @author Alexander Afanasyev <alexander.afanasyev@ucla.edu>
6 * @author Ilya Moiseenko <iliamo@ucla.edu>
7 */
8
9#import <Cocoa/Cocoa.h>
10
11@interface MenuDelegate : NSObject <NSApplicationDelegate>
12{
13 IBOutlet NSMenu *statusMenu;
14 NSStatusItem * statusItem;
15}
16
17@end