Reorganized File Structure
Added Documentation
This commit is contained in:
18
MathKit/MPParenthesisTerm.h
Normal file
18
MathKit/MPParenthesisTerm.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPParenthesisTerm.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 15.11.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPFunctionTerm.h"
|
||||
|
||||
|
||||
|
||||
@class MPParenthesisTerm;
|
||||
|
||||
|
||||
@interface MPParenthesisTerm : MPFunctionTerm
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user