diff options
Diffstat (limited to 'Swift/Controllers/UIEvents/UIEvent.h')
| -rw-r--r-- | Swift/Controllers/UIEvents/UIEvent.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/Swift/Controllers/UIEvents/UIEvent.h b/Swift/Controllers/UIEvents/UIEvent.h new file mode 100644 index 0000000..7e06255 --- /dev/null +++ b/Swift/Controllers/UIEvents/UIEvent.h @@ -0,0 +1,8 @@ +#pragma once + +namespace Swift { +	class UIEvent { +		public: +			virtual ~UIEvent(); +	}; +} | 
 Swift
 Swift