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

#include "Swift/Controllers/UIEvents/UIEvent.h"

namespace Swift {
	class RequestXMLConsoleUIEvent : public UIEvent {

	};
}