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