Declaration

func afterDelay(_ delay: TimeInterval, do block: ((Any?) -> Void)!)

Declaration

- (void) afterDelay:(NSTimeInterval) delay do:(void (^)(id self)) block;

Declaration

afterDelay_do_(delay: float, self: object, block)