summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLArtwork.h
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-10-30 16:30:01 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-10-30 16:30:01 -0400
commitf1b7cf405bd096cea01f0fdf1aa0843a41d946ad (patch)
tree028349757f1f0b6a2100757dbcd45bd1ccf1cd56 /SmartDeviceLink/SDLArtwork.h
parent87085d824dcdfde4b981d332f881b77366b22462 (diff)
downloadsdl_ios-f1b7cf405bd096cea01f0fdf1aa0843a41d946ad.tar.gz
no message
Diffstat (limited to 'SmartDeviceLink/SDLArtwork.h')
-rw-r--r--SmartDeviceLink/SDLArtwork.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLArtwork.h b/SmartDeviceLink/SDLArtwork.h
index 6b9e7c9e1..43078894c 100644
--- a/SmartDeviceLink/SDLArtwork.h
+++ b/SmartDeviceLink/SDLArtwork.h
@@ -13,8 +13,13 @@
@class SDLImage;
+/// Format of the Artwork
typedef NS_ENUM(NSUInteger, SDLArtworkImageFormat) {
+
+ /// Image foramt: PNG
SDLArtworkImageFormatPNG,
+
+ /// Image foramt: JPG
SDLArtworkImageFormatJPG
};