diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2016-09-19 14:20:45 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2016-09-19 14:20:45 -0400 |
commit | b31a6b1b7df97db72f9df4fdb3c822e1f640b290 (patch) | |
tree | b0dac8879c98ce2ad5c11d7f072ab668526650a4 /SmartDeviceLink | |
parent | 80c14e3c590b7386b0a7d1599e9fd9ce8415d67b (diff) | |
download | sdl_ios-b31a6b1b7df97db72f9df4fdb3c822e1f640b290.tar.gz |
Update importing of SDLNotificationConstant names
Diffstat (limited to 'SmartDeviceLink')
-rw-r--r-- | SmartDeviceLink/SDLNotificationConstants.h | 2 |
1 files changed, 1 insertions, 1 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 |