summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/NSThread+ThreadIndex.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/NSThread+ThreadIndex.h')
-rw-r--r--SmartDeviceLink/NSThread+ThreadIndex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/NSThread+ThreadIndex.h b/SmartDeviceLink/NSThread+ThreadIndex.h
index 60459e3e2..19bf1204d 100644
--- a/SmartDeviceLink/NSThread+ThreadIndex.h
+++ b/SmartDeviceLink/NSThread+ThreadIndex.h
@@ -4,6 +4,10 @@
#import <Foundation/Foundation.h>
+NS_ASSUME_NONNULL_BEGIN
+
@interface NSThread (ThreadIndex)
- (NSInteger)threadIndex;
@end
+
+NS_ASSUME_NONNULL_END