mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 12:08:55 +00:00
spell fix
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
} else {
|
||||
_frameOffset = @0;
|
||||
}
|
||||
[self intializeWithChildGroup:childLayerGroup withAssetGroup:assetGroup];
|
||||
[self initializeWithChildGroup:childLayerGroup withAssetGroup:assetGroup];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)intializeWithChildGroup:(LOTLayerGroup *)childGroup
|
||||
- (void)initializeWithChildGroup:(LOTLayerGroup *)childGroup
|
||||
withAssetGroup:(LOTAssetGroup *)assetGroup {
|
||||
NSMutableDictionary *childMap = [NSMutableDictionary dictionary];
|
||||
NSMutableArray *children = [NSMutableArray array];
|
||||
|
||||
Reference in New Issue
Block a user