Added MPExpressionView
This commit is contained in:
18
MathPad/MPExpressionView.h
Normal file
18
MathPad/MPExpressionView.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPExpressionView.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 17.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class MPExpressionView, MPRange;
|
||||
|
||||
@interface MPExpressionView : NSView
|
||||
|
||||
@property (nonatomic, getter = isEditable) BOOL editable;
|
||||
@property (nonatomic, strong) MPRange *selection;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user