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