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

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