JLChen
2020-08-12 b4bb337bdce4d09473a45610e09350056326c87a
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 ();
        }
    }
}