Redesign of the Evaluation System
This commit is contained in:
16
MathPad/MPParsedNumber.h
Normal file
16
MathPad/MPParsedNumber.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPParsedNumber.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 13.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MPParsedFactor.h"
|
||||
|
||||
@interface MPParsedNumber : NSObject <MPParsedFactor>
|
||||
|
||||
- (NSDecimalNumber *)number;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user