// SDLScrollableMessageResponse.m // #import "SDLScrollableMessageResponse.h" #import "NSMutableDictionary+Store.h" #import "SDLNames.h" @implementation SDLScrollableMessageResponse - (instancetype)init { if (self = [super initWithName:SDLNameScrollableMessage]) { } return self; } @end