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