diff options
author | Joel Fischer <joel@livioradio.com> | 2015-03-12 11:19:42 -0400 |
---|---|---|
committer | Joel Fischer <joel@livioradio.com> | 2015-03-12 11:19:49 -0400 |
commit | cfd948f4de3096960c3a3ae4d172f99fb9156706 (patch) | |
tree | 2c68b76942d3c002a2e1a71192e52b262d4064ab /SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m | |
parent | e9af8e61ad201ee64d21f81988e8601f7eed7ce6 (diff) | |
download | sdl_ios-cfd948f4de3096960c3a3ae4d172f99fb9156706.tar.gz |
Headers now use @class
#import is used in headers as little as possible
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m b/SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m index eec3919fa..60269a6d9 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLBeltStatus.m @@ -1,10 +1,11 @@ // SDLBeltStatus.m // - #import "SDLBeltStatus.h" #import "SDLNames.h" +#import "SDLVehicleDataEventStatus.h" + @implementation SDLBeltStatus |