Reorganized File Structure
Added Documentation
This commit is contained in:
23
MathKit/MPSumTerm.h
Normal file
23
MathKit/MPSumTerm.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// MPSumTerm.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 14.11.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPTerm.h"
|
||||
|
||||
|
||||
|
||||
@class MPSumTerm;
|
||||
|
||||
|
||||
@interface MPSumTerm : MPTerm
|
||||
|
||||
- (instancetype)initWithSummands:(NSArray *)summands; /* designated initializer */
|
||||
|
||||
@property (readonly, nonatomic, strong) NSArray *summands;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user