root/apps/iphone/my.tel/trunk/Classes/API Classes/Location.m
@
593
| Revision 593, 326 bytes (checked in by henri, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | // |
| 2 | // Location.m |
| 3 | // My.tel |
| 4 | // |
| 5 | // Created by Henri Asseily on 11/17/08. |
| 6 | // Copyright 2008 Telnic Ltd.. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import "Location.h" |
| 10 | |
| 11 | @implementation Location |
| 12 | |
| 13 | - (id)init { |
| 14 | self = [super init]; |
| 15 | [self generateJsonUrls:@"APILocRecord.plist"]; |
| 16 | return self; |
| 17 | } |
| 18 | |
| 19 | - (void)dealloc { |
| 20 | [super dealloc]; |
| 21 | } |
| 22 | |
| 23 | @end |
Note: See TracBrowser
for help on using the browser.








