summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLChoiceCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLChoiceCell.h')
-rw-r--r--SmartDeviceLink/public/SDLChoiceCell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLChoiceCell.h b/SmartDeviceLink/public/SDLChoiceCell.h
index 34a80461d..436ad9cb8 100644
--- a/SmartDeviceLink/public/SDLChoiceCell.h
+++ b/SmartDeviceLink/public/SDLChoiceCell.h
@@ -13,7 +13,7 @@
NS_ASSUME_NONNULL_BEGIN
/// A selectable item within an SDLChoiceSet
-@interface SDLChoiceCell: NSObject
+@interface SDLChoiceCell: NSObject <NSCopying>
/**
Maps to Choice.menuName. The primary text of the cell. Duplicates within an `SDLChoiceSet` are not permitted and will result in the `SDLChoiceSet` failing to initialize.