JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "BootstrapData.php"

Full Path: /home/markqprx/iniasli.pro/Core/Bootstrap/BootstrapData.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Common\Core\Bootstrap;

interface BootstrapData
{
    public function getEncoded(): string;

    public function init(): self;

    public function getThemes(): array;
}