Reorganized File Structure
Added Documentation
This commit is contained in:
25
MathKit/MPFunctionsViewController.h
Normal file
25
MathKit/MPFunctionsViewController.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// MPFunctionsViewController.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 28.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
|
||||
@class MPFunctionsViewController, MPFunctionsCollectionView;
|
||||
|
||||
|
||||
@interface MPFunctionsViewController : NSViewController
|
||||
|
||||
- (id)init;
|
||||
|
||||
@property (weak) IBOutlet MPFunctionsCollectionView *collectionView;
|
||||
@property (nonatomic, strong) NSArray *functionPrototypes;
|
||||
@property (nonatomic, strong) NSString *currentDescription;
|
||||
|
||||
@property (nonatomic, weak) id target;
|
||||
@property (nonatomic) SEL action; // 1 argument: The function to insert
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user