summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCResponseNotification.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-09-13 11:20:13 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-09-13 11:20:13 -0400
commitdc17bebccc8f21ff4195dc0d2171c387ca93f0d1 (patch)
tree5f5ad98689f4c54be49f17edd6c64b5f5986d18b /SmartDeviceLink/SDLRPCResponseNotification.h
parent27ba8a53d3cb158c12a3ef77583529eb6e716ed4 (diff)
downloadsdl_ios-dc17bebccc8f21ff4195dc0d2171c387ca93f0d1.tar.gz
Fixed tests
* Updated test deps to work on Xcode 8 * Update `SDLRPCResponseNotification` and `SDLRPCNotificationNotification` to allow for use in tests
Diffstat (limited to 'SmartDeviceLink/SDLRPCResponseNotification.h')
-rw-r--r--SmartDeviceLink/SDLRPCResponseNotification.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLRPCResponseNotification.h b/SmartDeviceLink/SDLRPCResponseNotification.h
index 2ece4d00d..118d1f532 100644
--- a/SmartDeviceLink/SDLRPCResponseNotification.h
+++ b/SmartDeviceLink/SDLRPCResponseNotification.h
@@ -17,8 +17,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (copy, nonatomic, readonly) __kindof SDLRPCResponse *response;
-- (instancetype)initWithName:(NSString *)name object:(id)object rpcResponse:(__kindof SDLRPCResponse *)response;
+- (instancetype)initWithName:(NSString *)name object:(nullable id)object rpcResponse:(__kindof SDLRPCResponse *)response;
@end
-NS_ASSUME_NONNULL_END \ No newline at end of file
+NS_ASSUME_NONNULL_END