summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLEnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLEnum.h')
-rw-r--r--SmartDeviceLink/SDLEnum.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLEnum.h b/SmartDeviceLink/SDLEnum.h
index 7723ea2fb..1667fecd6 100644
--- a/SmartDeviceLink/SDLEnum.h
+++ b/SmartDeviceLink/SDLEnum.h
@@ -5,4 +5,14 @@
#import <Foundation/Foundation.h>
#import "SDLMacros.h"
-typedef NSString* SDLEnum SDL_SWIFT_ENUM; \ No newline at end of file
+NS_ASSUME_NONNULL_BEGIN
+
+typedef NSString* SDLEnum SDL_SWIFT_ENUM;
+
+@interface NSString (Enum)
+
+- (BOOL)isEqualToEnum:(SDLEnum)enumObj;
+
+@end
+
+NS_ASSUME_NONNULL_END