Skip to content

Instantly share code, notes, and snippets.

@meyer9
Created September 25, 2012 02:42
Show Gist options
  • Save meyer9/3779681 to your computer and use it in GitHub Desktop.
Save meyer9/3779681 to your computer and use it in GitHub Desktop.
PDAppDelegate.h
//
// PDAppDelegate.h
// StatusBar
//
// Created by Julian Meyer on 9/23/12.
// Copyright (c) 2012 Julian Meyer. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PDAppDelegate : NSObject <NSApplicationDelegate> {
IBOutlet NSMenu *statusMenu;
NSStatusItem * statusItem;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment