mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: remove deprecated apis for ns 6.0 (#7382)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import * as utils from "../utils/utils";
|
||||
|
||||
//iOS specific timer functions implementation.
|
||||
//iOS specific timer functions implementation.
|
||||
const timeoutCallbacks = new Map<number, KeyValuePair<NSTimer, TimerTargetImpl>>();
|
||||
let timerId = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user