Quickdev16AppDelegate.m 384 B

12345678910111213141516171819
  1. //
  2. // Quickdev16AppDelegate.m
  3. // Quickdev16
  4. //
  5. // Created by David Voswinkel on 09-08-31.
  6. // Copyright 2009 __MyCompanyName__. All rights reserved.
  7. //
  8. #import "Quickdev16AppDelegate.h"
  9. @implementation Quickdev16AppDelegate
  10. @synthesize window;
  11. - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
  12. // Insert code here to initialize your application
  13. }
  14. @end