summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLImage.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLImage.m')
-rw-r--r--SmartDeviceLink/SDLImage.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLImage.m b/SmartDeviceLink/SDLImage.m
index e04de1563..fcf05819a 100644
--- a/SmartDeviceLink/SDLImage.m
+++ b/SmartDeviceLink/SDLImage.m
@@ -50,6 +50,10 @@ NS_ASSUME_NONNULL_BEGIN
return [self initWithName:value ofType:SDLImageTypeStatic isTemplate:YES];
}
+- (instancetype)initWithStaticIconName:(SDLStaticIconName)staticIconName {
+ return [self initWithName:staticIconName ofType:SDLImageTypeStatic isTemplate:YES];
+}
+
#pragma mark - Getters / Setters
- (void)setValue:(NSString *)value {