// // SDLButtonPressResponse.h // #import "SDLRPCResponse.h" NS_ASSUME_NONNULL_BEGIN /** Response to SDLButtonPress */ @interface SDLButtonPressResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END