wxr
2022-12-14 a61775710f8c4466db5bfce58af58f886d58edf3
1
2
3
4
5
6
7
8
9
10
using System;
namespace ON.Ios
{
    public class IosMethod
    {
        public static void clean ()
        {
        }
    }
}