First implementation (incomplete) of MPExpression and MPFunction.
Declared custom exceptions in MPException.h
This commit is contained in:
14
MathPad/MPException_Private.h
Normal file
14
MathPad/MPException_Private.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// MPException_Private.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 19.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef MathPad_MPException_Private_h
|
||||
#define MathPad_MPException_Private_h
|
||||
|
||||
extern NSString *MPIllegalSymbolExceptionReason;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user