Improved Code Style
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (instancetype)initWithElementAtPath:(NSIndexPath *)path
|
||||
inRootExpression:(MPExpression *)rootExpression
|
||||
parent:(MPLayout *)parent
|
||||
- (instancetype)initWithParent:(MPLayout *)parent
|
||||
{
|
||||
self = [self init];
|
||||
if (self) {
|
||||
|
||||
Reference in New Issue
Block a user