@class NSObject; @protocol OS_dispatch_source; @interface VKTimer : NSObject { NSObject *_source; } @property (readonly, nonatomic) double nextFireDate; - (void)dealloc; - (void)disable; - (void)fireAfter:(double)a0; - (void)invalidate; - (void).cxx_destruct; - (id)initWithTarget:(id)a0 selector:(SEL)a1 queue:(id)a2; @end