callbacks.uts 147 字节
Newer Older
1 2 3 4


export let globalNotificationProgressCallBack : (() => void) | null = () => { }
export let globalNotificationProgressFinishCallBack = () => { }