Reorganized File Structure
Added Documentation
This commit is contained in:
20
MathKit/MPSumFunctionLayout.h
Normal file
20
MathKit/MPSumFunctionLayout.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user