summaryrefslogtreecommitdiff
path: root/MLKFloat.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 00:05:51 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 00:05:51 +0200
commitce205cc7273a031ed6bbde71ba340a7996de6d5d (patch)
treea88de15b1587bf1a7d4ab583a1ae2704be5d2aa4 /MLKFloat.h
parente8ac596e3cfb1b8ee0b636def0ef1c1005f3957d (diff)
Add class MLKFloat.
Diffstat (limited to 'MLKFloat.h')
-rw-r--r--MLKFloat.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/MLKFloat.h b/MLKFloat.h
index fdb1212..fe9ed48 100644
--- a/MLKFloat.h
+++ b/MLKFloat.h
@@ -18,19 +18,14 @@
#import "MLKLispValue.h"
-@class NSString;
+#import <Foundation/NSString.h>
@interface MLKFloat : MLKLispValue
-{
-}
-
+(MLKFloat *) floatWithExponentMarker:(unichar)exponentMarker
integerPart:(NSString *)intPart
negative:(BOOL)negative
fractionalPart:(NSString *)fractPart
exponent:(NSString *)exponent
exponentNegative:(BOOL)exponentNegative;
-
--(void) dealloc;
@end