Archived
1

Removed Expression Tree Notification Methods

This commit is contained in:
Kim Wittenburg
2014-04-21 18:50:01 +02:00
parent f1953baafa
commit 027ef4271f
4 changed files with 6 additions and 20 deletions

View File

@@ -17,8 +17,6 @@
#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;