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