Skip to content

Instantly share code, notes, and snippets.

@lorenbrichter
Created October 5, 2009 22:45
Show Gist options
  • Save lorenbrichter/202570 to your computer and use it in GitHub Desktop.
Save lorenbrichter/202570 to your computer and use it in GitHub Desktop.
+ (id)sharedPreferencesWindowController
{
static FakeFingerPreferencesWindowController *controller = nil;
if(!controller) {
controller = [[FakeFingerPreferencesWindowController alloc] initWithWindowNibName:@"Preferences"];
}
return controller;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment