@interface AVTBlockScheduler : NSObject - (void)performBlock:(id /* block */)a0 afterDelay:(double)a1 onQueue:(id)a2; @end