diff options
Diffstat (limited to 'MLKFloat.h')
-rw-r--r-- | MLKFloat.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |