Created
September 25, 2012 02:42
-
-
Save meyer9/3779681 to your computer and use it in GitHub Desktop.
PDAppDelegate.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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