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

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

namespace Swift {
	class RequestXMLConsoleUIEvent : public UIEvent {
	};
}