Fundamental Project Redesign:
Introducing the MathKit Framework
This commit is contained in:
19
MathKit/MathKit.h
Normal file
19
MathKit/MathKit.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// MathKit.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 06.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPExpression.h"
|
||||
#import "MPExpressionElement.h"
|
||||
#import "NSString+MPExpressionElement.h"
|
||||
#import "MPFunction.h"
|
||||
#import "MPSumFunction.h"
|
||||
|
||||
#import "MPRangePath.h"
|
||||
#import "MPException.h"
|
||||
#import "NSIndexPath+MPAdditions.h"
|
||||
#import "MPExpressionView.h"
|
||||
#import "MPExpressionStorage.h"
|
||||
Reference in New Issue
Block a user