<?php
namespace Layerdrops\Noile;
/**
* The admin class
*/
class Admin
{
/**
* Initialize the class
*/
function __construct()
{
new Metaboxes\Page();
new Metaboxes\Post();
new Metaboxes\Product();
}
}