diff options
Diffstat (limited to 'SmartDeviceLink/SDLProxyFactory.h')
-rw-r--r-- | SmartDeviceLink/SDLProxyFactory.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProxyFactory.h b/SmartDeviceLink/SDLProxyFactory.h index f4aee3089..5d2212e58 100644 --- a/SmartDeviceLink/SDLProxyFactory.h +++ b/SmartDeviceLink/SDLProxyFactory.h @@ -7,8 +7,10 @@ @class SDLProxy; +NS_ASSUME_NONNULL_BEGIN + __deprecated_msg("Use SDLManager instead") - @interface SDLProxyFactory : NSObject { +@interface SDLProxyFactory : NSObject { } + (SDLProxy *)buildSDLProxyWithListener:(NSObject<SDLProxyListener> *)listener; @@ -17,3 +19,5 @@ __deprecated_msg("Use SDLManager instead") tcpIPAddress:(NSString *)ipaddress tcpPort:(NSString *)port; @end + +NS_ASSUME_NONNULL_END |