# acymailing/trunk/front/FrontViews/Frontfile/FrontfileView.php

AcyMailing – An Ultimate Newsletter Plugin and Marketing Automation Solution for WordPress, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/acymailing/trunk/code/front/FrontViews/Frontfile/FrontfileView.php
- Raw: https://pluginprobe.com/plugins/acymailing/trunk/raw/front/FrontViews/Frontfile/FrontfileView.php
- Modified: 2025-01-27T11:09:38+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/acymailing/trunk/code/front/FrontViews/Frontfile/FrontfileView.php#L10-L20`.

```php
<?php

namespace AcyMailing\FrontViews\Frontfile;

use AcyMailing\Core\AcymView;

class FrontfileView extends AcymView
{
}

```
