Alexander Afanasyev | 14b0948 | 2013-10-11 18:24:45 +0200 | [diff] [blame] | 1 | /* -*- Mode: objc; c-file-style: "gnu"; indent-tabs-mode:nil -*- */ |
Alexander Afanasyev | 6cacb97 | 2013-10-03 23:39:06 -0700 | [diff] [blame] | 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 | #import "menu-delegate.h" |
| 11 | |
| 12 | @interface NdndStatusOperation : NSOperation |
| 13 | { |
| 14 | MenuDelegate *m_delegate; |
| 15 | } |
| 16 | |
| 17 | -(id)initWithDelegate:(MenuDelegate*)delegate; |
| 18 | |
| 19 | @end |