nitpicks:
- init ( , ), , init , , , . self = [super init], , , , , .
-, copyWithZone tileTemplates, , , , ( ). , , , . 1, . , , - , , , -
- (IRTileTemplate*)copyWithZone:(NSZone*)zone {
IRTileset* copy = [[IRTileset allocWithZone:zone] init];
[copy insertTileTemplates:[tileTemplates copyWithZone:zone]
atIndexes:[NSIndexSet indexSetWithIndex:0]];
[copy setUniqueID:uniqueID];
return copy;
}
; ( ), , , , -, .