

Nextrek
@ 74
Nextrek / iOS / Location / NetService.h
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
// // NetService.h // // Created by - on 24/09/10. // Copyright 2010. All rights reserved. // #import <Foundation/Foundation.h> #import "ASIHTTPRequest.h" #import "MapItem.h" @interface NetService : NSObject { NSString *oldVersion; } @property (nonatomic, retain) NSString *oldVersion; +(NetService *) getInstance; - (id) init; - (void) getLocator:(id)aDelegate mapItem:(MapItem*)aMapItem loc:(NSString *)loc lat:(NSString *)lat lon:(NSString *)lon; @end |
Commits for Nextrek//iOS/Location/NetService.h
Revision | Author | Commited | Message |
---|---|---|---|
63 |
![]() |
Sat 18 Jan, 2014 16:59:40 +0000 | Parcheggio Roma 1.0 |