mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
9 lines
93 B
Objective-C
9 lines
93 B
Objective-C
#ifndef NDEBUG
|
|
|
|
#ifdef __OBJC__
|
|
@interface OakDebugMenu : NSObject { }
|
|
@end
|
|
#endif
|
|
|
|
#endif
|