Newer
Older
GpsTracker / phoneClients / ios / GpsTracker / WSMViewController.m
@Nick Fox Nick Fox on 24 Dec 2013 503 bytes started ios project
//
//  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