File "RuntimeLoaderInterface.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php
File size: 157 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Twig\RuntimeLoader;
if (!defined('ABSPATH')) exit;
interface RuntimeLoaderInterface
{
 public function load(string $class);
}