summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCResponse.h')
-rw-r--r--SmartDeviceLink/SDLRPCResponse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLRPCResponse.h b/SmartDeviceLink/SDLRPCResponse.h
index 57bd500f4..2f85db9ab 100644
--- a/SmartDeviceLink/SDLRPCResponse.h
+++ b/SmartDeviceLink/SDLRPCResponse.h
@@ -6,8 +6,7 @@
@class SDLResult;
-@interface SDLRPCResponse : SDLRPCMessage {
-}
+@interface SDLRPCResponse : SDLRPCMessage
@property (strong) NSNumber *correlationID;
@property (strong) NSNumber *success;