diff options
Diffstat (limited to 'SmartDeviceLink/SDLSyncPDataResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLSyncPDataResponse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLSyncPDataResponse.h b/SmartDeviceLink/SDLSyncPDataResponse.h index be1905ba1..ae3034a46 100644 --- a/SmartDeviceLink/SDLSyncPDataResponse.h +++ b/SmartDeviceLink/SDLSyncPDataResponse.h @@ -4,6 +4,10 @@ #import "SDLRPCResponse.h" +NS_ASSUME_NONNULL_BEGIN + @interface SDLSyncPDataResponse : SDLRPCResponse @end + +NS_ASSUME_NONNULL_END |