blob: 43b04b65d5fc02ad39e30baad7e03a080092ff10 [file] [log] [blame]
Ilya Moiseenko0c9ab7c2013-10-29 15:08:23 -07001/* -*- Mode: objc; 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 <Foundation/Foundation.h>
10#import <Cocoa/Cocoa.h>
11
12@interface TightMenuItemView : NSView
13{
14 NSString *status;
15}
16
17-(void)setStatus:(NSString*)value;
18
19
20@end