blob: 43b04b65d5fc02ad39e30baad7e03a080092ff10 [file] [log] [blame]
/* -*- Mode: objc; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
/*
* @copyright See LICENCE for copyright and license information.
*
* @author Alexander Afanasyev <alexander.afanasyev@ucla.edu>
* @author Ilya Moiseenko <iliamo@ucla.edu>
*/
#import <Foundation/Foundation.h>
#import <Cocoa/Cocoa.h>
@interface TightMenuItemView : NSView
{
NSString *status;
}
-(void)setStatus:(NSString*)value;
@end