<?php
namespace Newsletter\Composer;
/**
* Description of Template
*/
class Template {
var $id = '';
var $icon = '';
var $name = '';
var $dir = '';
var $url = '';
var $blocks = [];
var $settings = [];
var $subject = '';
var $snippet = '';
}