// // WSMViewController.m // GpsTracker // // Created by Nick Fox on 12/23/13. // Copyright (c) 2013 Nick Fox. All rights reserved. // #import "WSMViewController.h" @interface WSMViewController () @end @implementation WSMViewController - (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