chore: remove deprecated apis for ns 6.0 (#7382)

This commit is contained in:
Manol Donev
2019-06-25 16:52:01 +03:00
committed by GitHub
parent 0bfddab915
commit b20e771552
108 changed files with 413 additions and 1850 deletions

View File

@@ -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;