summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCNotification.h')
-rw-r--r--SmartDeviceLink/SDLRPCNotification.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLRPCNotification.h b/SmartDeviceLink/SDLRPCNotification.h
index 05f182b9b..06f5ac52f 100644
--- a/SmartDeviceLink/SDLRPCNotification.h
+++ b/SmartDeviceLink/SDLRPCNotification.h
@@ -4,10 +4,6 @@
#import "SDLRPCMessage.h"
-@interface SDLRPCNotification : SDLRPCMessage {
-}
-
-- (instancetype)initWithName:(NSString *)name;
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLRPCNotification : SDLRPCMessage
@end