JLChen
2020-04-22 fef8136ca77f03dc4fb8988da94dcaf9dcabc9e0
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 ();
        }
    }
}