# depicter/1.9.2/app/src/Document/Models/Common/States.php

Depicter — Popup &amp; Slider Builder, version 1.9.2. 22 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.9.2/code/app/src/Document/Models/Common/States.php
- Raw: https://pluginprobe.com/plugins/depicter/1.9.2/raw/app/src/Document/Models/Common/States.php
- Modified: 2022-11-01T06:06:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.9.2/code/app/src/Document/Models/Common/States.php#L10-L20`.

```php
<?php
namespace Depicter\Document\Models\Common;


class States
{
	/**
	 * @var mixed|null
	 */
	public $default = null;

	/**
	 * @var mixed|null
	 */
	public $tablet = null;

	/**
	 * @var mixed|null
	 */
	public $mobile = null;
}

```
