// // SDLDeleteWindowResponse.h // SmartDeviceLink // // Created by cssoeutest1 on 11.07.19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLRPCResponse.h" NS_ASSUME_NONNULL_BEGIN @interface SDLDeleteWindowResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END