// // PreferenceWindowController.m // Ring // // Created by Alexandre Lision on 2015-02-03. // // #import "PreferencesWindowController.h" @interface PreferencesWindowController () @end @implementation PreferencesWindowController - (void)windowDidLoad { [super windowDidLoad]; // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file. } @end