File "Color.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/app/src/Document/Models/Common/Color.php
File
size: 175 B (175 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Depicter\Document\Models\Common;
class Color extends Measure\Base
{
/**
* @var string
*/
public $tablet;
/**
* @var string
*/
public $mobile;
}