Added Expression Tree Inspection Methods
Cleaned Code
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
|
||||
- (instancetype)init;
|
||||
|
||||
#pragma mark Children
|
||||
#pragma mark Working With the Expression Tree
|
||||
|
||||
@property (nonatomic, weak) MPExpression *parent; // Documentation: Do not set
|
||||
- (void)childChanged:(MPExpression *)child
|
||||
atLocalIndexPath:(NSIndexPath *)indexPath;
|
||||
|
||||
- (NSUInteger)numberOfChildren;
|
||||
- (MPExpression *)childAtIndex:(NSUInteger)index;
|
||||
|
||||
Reference in New Issue
Block a user