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