namespace OpenMacroBoard.SDK { /// /// Interface for factory extensions /// /// /// This interface is intentionally empty /// It is used to implement factory extensions /// /// public interface IKeyBitmapFactory { } }