Archived
1

Implemented the Sum Function

This commit is contained in:
Kim Wittenburg
2014-04-23 03:14:59 +02:00
parent 636921b9dc
commit cf13399747
4 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// MPSumFunctionLayout.h
// MathPad
//
// Created by Kim Wittenburg on 23.04.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
//
#import "MPFunctionLayout.h"
@class MPSumFunctionLayout, MPSumFunction;
@interface MPSumFunctionLayout : MPFunctionLayout
- (MPSumFunction *)sumFunction;
@end