// // ViewController.m // datastore // // Created by Rayln Guan on 9/25/13. // Copyright (c) 2013 Rayln Guan. All rights reserved. //
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. [self.username setText:nil]; [self.password setText:nil]; }
- (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. }