15 lines
285 B
C
15 lines
285 B
C
//
|
|
// 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
|