16 lines
214 B
Objective-C
Executable File
16 lines
214 B
Objective-C
Executable File
//
|
|
// coordinatetranslator.m
|
|
// IDSC
|
|
//
|
|
// Created by Norbert Schmidt on 25-01-11.
|
|
// Copyright 2011 DDQ. All rights reserved.
|
|
//
|
|
|
|
#import "coordinatetranslator.h"
|
|
|
|
|
|
@implementation coordinatetranslator
|
|
|
|
@end
|
|
|