//
//  PreferencesTestAppDelegate.m
//  PreferencesTest
//
//  Created by Lieven Dekeyser on 03/12/09.
//  Copyright 2009 Lieven Dekeyser. All rights reserved.
//

#import "PreferencesTestAppDelegate.h"

@implementation PreferencesTestAppDelegate

@synthesize window;

// There's no code here, as everything is done by setting
// the bindings in Interface builder.

@end
