summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink')
-rw-r--r--SmartDeviceLink/SDLNotificationConstants.h2
-rw-r--r--SmartDeviceLink/SmartDeviceLink.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLNotificationConstants.h b/SmartDeviceLink/SDLNotificationConstants.h
index ef6e193e8..fa367124c 100644
--- a/SmartDeviceLink/SDLNotificationConstants.h
+++ b/SmartDeviceLink/SDLNotificationConstants.h
@@ -14,7 +14,7 @@
NS_ASSUME_NONNULL_BEGIN
-typedef NSString *SDLNotificationName;
+typedef NSNotificationName SDLNotificationName;
typedef NSString *SDLNotificationUserInfoKey;
#pragma mark - Blocks
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h
index 55d8c2eb9..176bee596 100644
--- a/SmartDeviceLink/SmartDeviceLink.h
+++ b/SmartDeviceLink/SmartDeviceLink.h
@@ -15,12 +15,12 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
/***** Proxy *****/
#import "SDLProxy.h"
#import "SDLProxyFactory.h"
-#import "SDLProxyFactory.h"
#import "SDLProxyListener.h"
#import "SDLSecurityType.h"
#import "SDLStreamingMediaManager.h"
#import "SDLTTSChunkFactory.h"
#import "SDLTouchManager.h"
+#import "SDLTouchManagerDelegate.h"
/***** Debug *****/
#import "SDLConsoleController.h"
@@ -39,7 +39,6 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLAbstractProtocol.h"
#import "SDLProtocol.h"
#import "SDLProtocolListener.h"
-#import "SDLTouchManagerDelegate.h"
// Header
#import "SDLProtocolHeader.h"