Skip to content

Instantly share code, notes, and snippets.

@orta
Created April 25, 2010 23:23
Show Gist options
  • Save orta/378821 to your computer and use it in GitHub Desktop.
Save orta/378821 to your computer and use it in GitHub Desktop.
#import <Cocoa/Cocoa.h>
@interface RosterController : NSObject
{
BOOL useSSL;
IBOutlet id window;
}
- (IBAction)pressedButton:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment