summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGPSData.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/SDLGPSData.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-be7622fe60babba90276101db79a515597a9fea1.tar.gz
Initial conversion of all enum objects to SDLEnum typedef.
Diffstat (limited to 'SmartDeviceLink/SDLGPSData.h')
-rw-r--r--SmartDeviceLink/SDLGPSData.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLGPSData.h b/SmartDeviceLink/SDLGPSData.h
index cfeebaa41..26ed06986 100644
--- a/SmartDeviceLink/SDLGPSData.h
+++ b/SmartDeviceLink/SDLGPSData.h
@@ -3,8 +3,8 @@
#import "SDLRPCMessage.h"
-@class SDLCompassDirection;
-@class SDLDimension;
+#import "SDLCompassDirection.h"
+#import "SDLDimension.h"
/**
@@ -85,7 +85,7 @@
/**
* Potential Compass Directions
*/
-@property (strong) SDLCompassDirection *compassDirection;
+@property (strong) SDLCompassDirection compassDirection;
/**
* @abstract The 3D positional dilution of precision.
@@ -135,7 +135,7 @@
*
* Required
*/
-@property (strong) SDLDimension *dimension;
+@property (strong) SDLDimension dimension;
/**
* @abstract altitude in meters