summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLArtwork.h
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-05-31 15:47:44 -0400
committerNicoleYarroch <nicole@livio.io>2018-05-31 15:47:44 -0400
commitade54ecd53bbd341f26ba4fed5f1a82346d6ebcb (patch)
tree8bcdd4a29eb5e37023f269dc8549d03ea5c53120 /SmartDeviceLink/SDLArtwork.h
parent5621a2d17b2e659800f356236ff6027b81383c35 (diff)
downloadsdl_ios-ade54ecd53bbd341f26ba4fed5f1a82346d6ebcb.tar.gz
Fixed managers so they use new `SDLImage` inits
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink/SDLArtwork.h')
-rw-r--r--SmartDeviceLink/SDLArtwork.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLArtwork.h b/SmartDeviceLink/SDLArtwork.h
index 94f6644e2..3e25e68f5 100644
--- a/SmartDeviceLink/SDLArtwork.h
+++ b/SmartDeviceLink/SDLArtwork.h
@@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLArtwork : SDLFile
+@property (assign, nonatomic, readonly) BOOL isTemplate;
+
/**
* Convenience Helper to create an ephemeral artwork from an image.
*