/**
* NOOP View module.
* @memberof noop
* @namespace view
* @author cisco211
* @copyright © 2019 by "cisco211"
* @version 0.100
*/
(function(noop, undefined)
{
'use strict';
// #region Private
// #endregion Private
// #region Public
noop.view = new class View
{
}; // noop.view = new class View
// #endregion Public
} // (function(noop, undefined)
(window.noop = window.noop || new class NOOP{}));
// EOF