/*
  * Native Functions
  */
 public string TestFunc1(string str)
 {
     return(MyUnityPlugin.__IOS_TestFunc1(str));
 }