5 lines
101 B
C#
5 lines
101 B
C#
using Toolkit.Foundation;
|
|
|
|
namespace Bitvault;
|
|
|
|
public interface IContainerComponent : IComponent; |