Files
textmate/Frameworks/OakDebug/src/OakDebugMenu.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

9 lines
93 B
Objective-C

#ifndef NDEBUG
#ifdef __OBJC__
@interface OakDebugMenu : NSObject { }
@end
#endif
#endif