blob: 897028832a9019dcdf282918ad154a729d7ad9b5 [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 <Cocoa/Cocoa.h>
#import "menu-delegate.h"
@interface NdndStatusOperation : NSOperation
{
MenuDelegate *m_delegate;
}
-(id)initWithDelegate:(MenuDelegate*)delegate;
@end