// // WSViewController.m // GpsTracker // // Created by Nick Fox on 1/1/14. // Copyright (c) 2014 Nick Fox. All rights reserved. // #import "WSViewController.h" @interface WSViewController () @end @implementation WSViewController - (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