Archived
1

Some Small Code Corrections

This commit is contained in:
Kim Wittenburg
2014-09-07 16:47:40 +02:00
parent 02d7398ee2
commit acd12fcc32
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#import "MPExpressionLayout.h"
#import "MPFunctionLayout.h"
#import "NSString+MPExpressionElement.h"
#import "NSIndexPath+MPAdditions.h"
#define kMPEmptyBoxWidth (self.usesSmallSize ? 2.0 : 3.0)

View File

@@ -1,5 +1,5 @@
//
// MPDrawable.h
// MPLayout.h
// MathPad
//
// Created by Kim Wittenburg on 07.08.14.