<?php

namespace Nesk\Puphpeteer\Resources;

use Nesk\Rialto\Data\BasicResource;

/**
 * @method bool isMultiple()
 * @method void accept(string[] $filePaths)
 * @method void cancel()
 */
class FileChooser extends BasicResource
{
    //
}
