mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
12 lines
292 B
Objective-C
12 lines
292 B
Objective-C
#import <bundles/bundles.h>
|
|
#import <oak/debug.h>
|
|
|
|
PUBLIC @interface BundleMenuDelegate : NSObject <NSMenuDelegate>
|
|
{
|
|
OBJC_WATCH_LEAKS(BundleMenuDelegate);
|
|
bundles::item_ptr umbrellaItem;
|
|
NSMutableArray* subdelegates;
|
|
}
|
|
- (id)initWithBundleItem:(bundles::item_ptr const&)aBundleItem;
|
|
@end
|