Skip to content

Instantly share code, notes, and snippets.

@vasilii-b
Created August 20, 2018 10:34
Show Gist options
  • Save vasilii-b/e56fcbfee10d6d115d7ad34afe5df31e to your computer and use it in GitHub Desktop.
Save vasilii-b/e56fcbfee10d6d115d7ad34afe5df31e to your computer and use it in GitHub Desktop.
<?php
namespace Vendor\ModuleName\ViewModel;
use Magento\Framework\View\Element\Block\ArgumentInterface;
/**
* ClassViewModel
*/
class ClassViewModel implements ArgumentInterface
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment