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