Reorganized File Structure
Added Documentation
This commit is contained in:
21
MathKit/MPExpressionStorage.h
Normal file
21
MathKit/MPExpressionStorage.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MPExpressionStorage.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 22.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPExpression.h"
|
||||
|
||||
|
||||
|
||||
@class MPExpressionStorage, MPExpressionView, MPExpressionLayout;
|
||||
|
||||
|
||||
@interface MPExpressionStorage : MPExpression
|
||||
|
||||
@property (nonatomic, weak) MPExpressionView *expressionView; // Do not set
|
||||
@property (nonatomic, strong) MPExpressionLayout *rootLayout;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user