summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDialNumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDialNumber.h')
-rw-r--r--SmartDeviceLink/SDLDialNumber.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLDialNumber.h b/SmartDeviceLink/SDLDialNumber.h
index a2b3bc474..292ab7adc 100644
--- a/SmartDeviceLink/SDLDialNumber.h
+++ b/SmartDeviceLink/SDLDialNumber.h
@@ -9,6 +9,9 @@
@since SDL 4.0
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLDialNumber : SDLRPCRequest
- (instancetype)initWithNumber:(NSString *)number;
@@ -19,3 +22,5 @@
@property (strong, nonatomic) NSString *number;
@end
+
+NS_ASSUME_NONNULL_END