- Combined MPExpression and MPMutableExpression - Abstracted children of MPExpression into MPExpressionElement protocol - Abstracted most of MPExpressionLayout and MPFunctionLayout into common superclass MPLayout
16 lines
310 B
C
16 lines
310 B
C
//
|
|
// MPException.h
|
|
// MathPad
|
|
//
|
|
// Created by Kim Wittenburg on 19.04.14.
|
|
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
|
//
|
|
|
|
#ifndef MathPad_MPException_h
|
|
#define MathPad_MPException_h
|
|
|
|
extern NSString *MPIllegalElementException;
|
|
extern NSString *MPIllegalElementExceptionElementKey;
|
|
|
|
#endif
|