Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created July 2, 2010 21:47
Show Gist options
  • Save clayallsopp/461953 to your computer and use it in GitHub Desktop.
Save clayallsopp/461953 to your computer and use it in GitHub Desktop.
@interface StatusItemController : NSObject {
NSStatusItem *statusItem;
NSMenu *statusMenu;
int secondsPassed;
}
@property (nonatomic, retain) NSMenu *theMenu;
@property (nonatomic, retain) NSStatusItem *statusItem;
- (void)updateLabel:(id)sender;
- (void)quit:(id)sender;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment