#pragma once

namespace Swift {
	class UIEvent {
		public:
			virtual ~UIEvent();
	};
}