Some Code Improvements
Added Parenthesis Function
This commit is contained in:
16
MathPad/MPParenthesisFunctionLayout.h
Normal file
16
MathPad/MPParenthesisFunctionLayout.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPParenthesisFunctionLayout.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 17.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPFunctionLayout.h"
|
||||
#import "MPParenthesisFunction.h"
|
||||
|
||||
@interface MPParenthesisFunctionLayout : MPFunctionLayout
|
||||
|
||||
- (MPParenthesisFunction *)parenthesisFunction;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user