mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
9 lines
93 B
Objective-C
9 lines
93 B
Objective-C
#ifndef NDEBUG
|
|
|
|
#ifdef __OBJC__
|
|
@interface OakDebugMenu : NSObject { }
|
|
@end
|
|
#endif
|
|
|
|
#endif
|