File "LoaderInterface.php"

Full Path: /home/cananyalcin/public_html/core/lib/twig/twig/src/Loader/LoaderInterface.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Twig\Loader;

class_exists('Twig_LoaderInterface');

if (\false) {
    interface LoaderInterface extends \Twig_LoaderInterface
    {
    }
}