You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
392 B

<?php
declare(strict_types=1);
/**
* @author Lukas Reschke
* @copyright 2014 Lukas Reschke lukas@owncloud.com
*
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
namespace OCA\Files_PdfViewer\AppInfo;
use OCP\Util;
Util::addScript('files_pdfviewer', 'previewplugin');
Util::addStyle('files_pdfviewer', 'style');