Archived
1

Fundamental Project Redesign:

Introducing the MathKit Framework
This commit is contained in:
Kim Wittenburg
2014-09-07 16:50:52 +02:00
parent 006651d8e5
commit 57cf6eb577
7 changed files with 506 additions and 90 deletions

19
MathKit/MathKit.h Normal file
View 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"