Initial commit.

This commit is contained in:
preble
2010-10-06 23:28:39 -04:00
commit 6eb2e6c022
14 changed files with 4889 additions and 0 deletions

17
InsideJobAppDelegate.h Normal file
View File

@@ -0,0 +1,17 @@
//
// InsideJobAppDelegate.h
// InsideJob
//
// Created by Adam Preble on 10/6/10.
// Copyright 2010 Adam Preble. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface InsideJobAppDelegate : NSObject <NSApplicationDelegate> {
NSWindow *window;
}
@property (assign) IBOutlet NSWindow *window;
@end