class ClassA { var timer: NSTimer! init() { // initialize timer } deinit { // code timer.invalidate() } }