e533d4b24195e0d2a0b892917b48e1fa5b31051d
[yaffs-website] / src / Loader / ExistsLoaderInterface.php
1 <?php
2
3 namespace Twig\Loader;
4
5 class_exists('Twig_ExistsLoaderInterface');
6
7 if (\false) {
8     interface ExistsLoaderInterface extends \Twig_ExistsLoaderInterface
9     {
10     }
11 }