Skip to content

Instantly share code, notes, and snippets.

@smokyonion
Created August 11, 2010 02:11
Show Gist options
  • Save smokyonion/518369 to your computer and use it in GitHub Desktop.
Save smokyonion/518369 to your computer and use it in GitHub Desktop.
#import <Cocoa/Cocoa.h>
@interface MyPanelController : NSWindowController {
IBOutlet NSTextField *mName;
IBOutlet NSTextField *mPhone;
}
- (void)toggleMyPanel:(id)sender;
- (IBAction)closeMyPanel:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment