<?php

namespace AC\Admin;

interface PageFactoryInterface
{

    public function create();

}