blob: 97c73d92a76ba515b4f7c08e3802d6ebbd661a67 [file] [log] [blame]
Alexandre Lision5855b6a2015-02-03 11:31:05 -05001//
2// PreferenceWindowController.m
3// Ring
4//
5// Created by Alexandre Lision on 2015-02-03.
6//
7//
8
9#import "PreferencesWindowController.h"
10
11@interface PreferencesWindowController ()
12
13@end
14
15@implementation PreferencesWindowController
16
17- (void)windowDidLoad {
18 [super windowDidLoad];
19
20 // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
21}
22
23@end