blob: 97c73d92a76ba515b4f7c08e3802d6ebbd661a67 [file] [log] [blame]
//
// 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