IOS Workshop

Date:
30 June 2022

IOS Workshop was held in Tehran on 30 June 2022.

Star Group was sponsor of this Workshop .

Suggested Content

jQuery(document).ready(function($){ $(".wd-entities-title a").each(function(){ var text = $(this).html(); consol.log(text); text = text.replace(/ مدل /g, "
مدل "); $(this).html(text); }); });