Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
18
MathPad/MPRootFunctionLayout.h
Normal file
18
MathPad/MPRootFunctionLayout.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPRootFunctionLayout.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 22.10.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPFunctionLayout.h"
|
||||
#import "MPRootFunction.h"
|
||||
|
||||
@interface MPRootFunctionLayout : MPFunctionLayout
|
||||
|
||||
- (MPRootFunction *)rootFunction;
|
||||
|
||||
@property (nonatomic, getter=isExponentImplicit) BOOL exponentImplicit;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user