atebits (owner)

Revisions

gist: 202570 Download_button fork
public
Public Clone URL: git://gist.github.com/202570.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
+ (id)sharedPreferencesWindowController
{
  static FakeFingerPreferencesWindowController *controller = nil;
  if(!controller) {
    controller = [[FakeFingerPreferencesWindowController alloc] initWithWindowNibName:@"Preferences"];
  }
  return controller;
}