wxr
2019-12-25 3df772e4fdd553b2954e8f3f55ce7ff5905407c3
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace ON.Ios
{
    public class IosMethod
    {
        public static void clean ()
        {
            AppDelegate.CleanApplicationIconBadgeNumber ();
        }
    }
}