]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/cocoa/objc/NSMenu.h
PCH-less compilation fix
[wxWidgets.git] / include / wx / cocoa / objc / NSMenu.h
... / ...
CommitLineData
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/cocoa/objc/NSMenu.h
3// Purpose: WXNSMenu class
4// Author: David Elliott
5// Modified by:
6// Created: 2007/04/20 (move from NSMenu.mm)
7// RCS-ID: $Id$
8// Copyright: (c) 2002 David Elliott
9// Licence: wxWindows licence
10///////////////////////////////////////////////////////////////////////////////
11
12#ifndef __WX_COCOA_OBJC_NSMENU_H__
13#define __WX_COCOA_OBJC_NSMENU_H__
14
15#include "wx/cocoa/objc/objc_uniquifying.h"
16
17#import <AppKit/NSMenu.h>
18
19// ============================================================================
20// @class WXNSMenu
21// ============================================================================
22@interface WXNSMenu : NSMenu
23{
24}
25
26- (void)dealloc;
27
28@end // WXNSMenu
29WX_DECLARE_GET_OBJC_CLASS(WXNSMenu,NSMenu)
30
31#endif //ndef __WX_COCOA_OBJC_NSMENU_H__