summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDiagnosticMessageResponse.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-22 21:33:33 -0600
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-22 21:33:33 -0600
commit29df55dcd367781e6f3f10482e07f070008832a8 (patch)
treed615e95afc57270eead9c0edf9411d16ee2b19d0 /SmartDeviceLink/SDLDiagnosticMessageResponse.h
parentdfc28adc2373a3aafb4bf3e3535199e4c2c2b217 (diff)
downloadsdl_ios-29df55dcd367781e6f3f10482e07f070008832a8.tar.gz
Updated all NSNumbers with type generic.
Diffstat (limited to 'SmartDeviceLink/SDLDiagnosticMessageResponse.h')
-rw-r--r--SmartDeviceLink/SDLDiagnosticMessageResponse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDiagnosticMessageResponse.h b/SmartDeviceLink/SDLDiagnosticMessageResponse.h
index 81bfa67ec..7021a91ed 100644
--- a/SmartDeviceLink/SDLDiagnosticMessageResponse.h
+++ b/SmartDeviceLink/SDLDiagnosticMessageResponse.h
@@ -9,6 +9,6 @@
*/
@interface SDLDiagnosticMessageResponse : SDLRPCResponse
-@property (strong) NSMutableArray<NSNumber *> *messageDataResult;
+@property (strong) NSMutableArray<NSNumber<SDLInt> *> *messageDataResult;
@end