diff options
| author | Joel Fischer <joeljfischer@gmail.com> | 2016-09-13 11:20:13 -0400 |
|---|---|---|
| committer | Joel Fischer <joeljfischer@gmail.com> | 2016-09-13 11:20:13 -0400 |
| commit | dc17bebccc8f21ff4195dc0d2171c387ca93f0d1 (patch) | |
| tree | 5f5ad98689f4c54be49f17edd6c64b5f5986d18b /SmartDeviceLink/SDLRPCResponseNotification.h | |
| parent | 27ba8a53d3cb158c12a3ef77583529eb6e716ed4 (diff) | |
| download | sdl_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.h | 4 |
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 |
