// // SDLUnpublishAppServiceResponse.h // SmartDeviceLink // // Created by Bretty White on 7/15/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLRPCResponse.h" NS_ASSUME_NONNULL_BEGIN /** * The response to UnpublishAppService */ @interface SDLUnpublishAppServiceResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END