diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-01-17 16:17:50 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-01-17 16:17:50 -0800 |
| commit | 436cb0793b6f7dbbd5f59c507c18b7ef71aef35f (patch) | |
| tree | e85536c884f0d434101e44be92f605bd58c04da1 /SmartDeviceLink/SDLButtonCapabilities.m | |
| parent | 90cdd57989acca6d1c3f929396938faf11313521 (diff) | |
| download | sdl_ios-436cb0793b6f7dbbd5f59c507c18b7ef71aef35f.tar.gz | |
Moved the import from SDLRPCStruct to implementation of all classes to remove build warning of redefinition
Diffstat (limited to 'SmartDeviceLink/SDLButtonCapabilities.m')
| -rw-r--r-- | SmartDeviceLink/SDLButtonCapabilities.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLButtonCapabilities.m b/SmartDeviceLink/SDLButtonCapabilities.m index 91f651731..3350ab0f4 100644 --- a/SmartDeviceLink/SDLButtonCapabilities.m +++ b/SmartDeviceLink/SDLButtonCapabilities.m @@ -3,6 +3,7 @@ #import "SDLButtonCapabilities.h" +#import "NSMutableDictionary+Store.h" #import "SDLNames.h" @implementation SDLButtonCapabilities |
