summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTouchEvent.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
commitbe7622fe60babba90276101db79a515597a9fea1 (patch)
tree8bbcc0a3433ae8e42fa2204c9a36712cce0203ca /SmartDeviceLink/SDLOnTouchEvent.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-be7622fe60babba90276101db79a515597a9fea1.tar.gz
Initial conversion of all enum objects to SDLEnum typedef.
Diffstat (limited to 'SmartDeviceLink/SDLOnTouchEvent.h')
-rw-r--r--SmartDeviceLink/SDLOnTouchEvent.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLOnTouchEvent.h b/SmartDeviceLink/SDLOnTouchEvent.h
index 68f1fa707..05a77e9c7 100644
--- a/SmartDeviceLink/SDLOnTouchEvent.h
+++ b/SmartDeviceLink/SDLOnTouchEvent.h
@@ -3,8 +3,7 @@
#import "SDLRPCNotification.h"
-@class SDLTouchType;
-
+#import "SDLTouchType.h"
@interface SDLOnTouchEvent : SDLRPCNotification {
}
@@ -12,7 +11,7 @@
- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-@property (strong) SDLTouchType *type;
+@property (strong) SDLTouchType type;
@property (strong) NSMutableArray *event;
@end