summaryrefslogtreecommitdiff
path: root/MLKFloat.h
diff options
context:
space:
mode:
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