zombiebox
Version:
ZombieBox is a JavaScript framework for development of Smart TV and STB applications
20 lines (17 loc) • 367 B
JavaScript
/*
* This file is part of the ZombieBox package.
*
* Copyright © 2012-2021, Interfaced
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* @interface
*/
export default class IStateful {
/**
* @return {function()} function that restores state
*/
takeSnapshot() {}
}