Initial Commit
[usblister.git] / usblister / usblisterAppDelegate.m
1 //
2 //  usblisterAppDelegate.m
3 //  usblister
4 //
5 //  Created by Rex Feany on 4/8/11.
6 //  Copyright 2011 Fnordsoft, Inc. All rights reserved.
7 //
8
9 #import "usblisterAppDelegate.h"
10
11 @implementation usblisterAppDelegate
12
13 @synthesize window;
14
15 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
16 {
17     // Insert code here to initialize your application
18 }
19
20 @end