FFTimer 定时器封装,一行代码实现倒计时 // 开启定时器 FFTimer.share.startTimer(withName: "xxx", interval: 1, repeats: true) { } // 结束定时器 FFTimer.share.stopTimer(withName: "xxx")