[ExecString] combine SplitParameters with identical function of CUtil
[xbmc.git] / xbmc / application / IApplicationComponent.h
blobda23d3ef30ba0b83f5917ab33f7462826f7f94cc
1 /*
2 * Copyright (C) 2022 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 //! \brief Base class for application components.
12 class IApplicationComponent
14 public:
15 virtual ~IApplicationComponent() = default;