Guest User

Untitled

a guest
May 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /*
  2. * AppController.j
  3. * test
  4. *
  5. * Created by You on July 25, 2010.
  6. * Copyright 2010, Your Company All rights reserved.
  7. */
  8.  
  9. @import <Foundation/CPObject.j>
  10.  
  11.  
  12. @implementation AppController : CPObject
  13. {
  14. }
  15.  
  16. - (void)applicationDidFinishLaunching:(CPNotification)aNotification
  17. {
  18. // This is called when the application is done loading.
  19. }
  20.  
  21. - (void)awakeFromCib
  22. {debugger;
  23. // This is called when the cib is done loading.
  24. // You can implement this method on any object instantiated from a Cib.
  25. // It's a useful hook for setting up current UI values, and other things.
  26. }
  27.  
  28. @end
Add Comment
Please, Sign In to add comment