summaryrefslogtreecommitdiffstats
blob: efde1a2b2973b9fba845e10736169db0cfb4035e (plain)
1
2
3
4
5
6
7
8
#pragma once

namespace Swift {
	class XMLConsoleWidget {
		public:
			virtual void show() = 0;
	};
}