mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
* added control node test * fix tests * target action pair * go back to class * move ASControlTargetAction to Private * added ASControlTarget to cimpole sources * add ASControlTargetAction to framework target as well * init local variables with nil * removed comment with private Apple class name * isEqual implementation for ASControlTargetAction * eliminate retain cycle * use ASControlTargetAction isEqual * change to NSMutableOrderedSet * Use OrderedSet and isEqual * Use that NSMutableOrderedSet stored the same object only once * Moving back to NSMutableArray * minor improvements