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