Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -12,12 +12,6 @@
|
||||
|
||||
@interface MPProduct : NSObject <MPExpressionTreeElement>
|
||||
|
||||
- (NSArray *)factors;
|
||||
- (void)appendFactor:(MPFactor *)factor;
|
||||
- (void)insertFactor:(MPFactor *)factor
|
||||
atIndex:(NSUInteger)index;
|
||||
- (void)removeFactor:(MPFactor *)factor;
|
||||
- (void)removeFactorAtIndex:(NSUInteger)index;
|
||||
- (MPFactor *)factorAtIndex:(NSUInteger)index;
|
||||
@property (readonly, nonatomic, strong) NSArray *factors;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user