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