Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #import "Hold3januar.h"
  2.  
  3. @interface Hold3januar ()
  4.  
  5. @end
  6.  
  7. @implementation Hold3januar
  8.  
  9. - (id)initWithNibName (NSString *)nibNameOrNil bundle:NSbundle *)nibBundleOrNil
  10.  
  11. self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
  12. if (self) {
  13.  
  14. // Custom initialization
  15. }
  16. return self;
  17. }
  18.  
  19. - (void)viewDidLoad
  20. {
  21. [super viewDidLoad];
  22. // Do any additional setup after loading the view.
  23. }
  24.  
  25. - (void)didRecieveMemoryWarning];
  26.  
  27. {
  28.  
  29. [super didRecieveMemoryWarning];
  30. // Dispose of any ressources that can be recreated.
  31. }
  32.  
  33. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement