Newer
Older
GpsTracker / phoneClients / ios / GpsTracker / WSAppDelegate.h
@Nick Fox Nick Fox on 6 Jan 2014 277 bytes got location updating working
//
//  WSAppDelegate.h
//  GpsTracker
//
//  Created by Nick Fox on 1/1/14.
//  Copyright (c) 2014 Nick Fox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface WSAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end