aboutsummaryrefslogtreecommitdiffstats
path: root/iBean.old/iBean/FirstViewController.m
blob: 8041fe74b6201b58cafa624bbc6af0d303c455a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//
//  FirstViewController.m
//  iBean
//
//  Created by Eddie Ehlin on 2012-12-28.
//  Copyright (c) 2012 Eddie Ehlin. All rights reserved.
//

#import "FirstViewController.h"

@interface FirstViewController ()

@end

@implementation FirstViewController

- (void)viewDidLoad
{
    [super viewDidLoad];
	// Do any additional setup after loading the view, typically from a nib.
}

- (void)didReceiveMemoryWarning
{
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
}

@end