diff options
Diffstat (limited to 'macosx/HBSubtitlesDefaults.h')
-rw-r--r-- | macosx/HBSubtitlesDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitlesDefaults.h b/macosx/HBSubtitlesDefaults.h index f345e6c86..b09da8127 100644 --- a/macosx/HBSubtitlesDefaults.h +++ b/macosx/HBSubtitlesDefaults.h @@ -12,7 +12,7 @@ typedef NS_ENUM(NSUInteger, HBSubtitleTrackSelectionBehavior) { HBSubtitleTrackSelectionBehaviorAll, }; -@interface HBSubtitlesDefaults : NSObject +@interface HBSubtitlesDefaults : NSObject <NSCoding> @property (nonatomic, readwrite) HBSubtitleTrackSelectionBehavior trackSelectionBehavior; @property (nonatomic, readwrite, retain) NSMutableArray *trackSelectionLanguages; |