diff options
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 8c1ab6529..2766bac9a 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -75,6 +75,8 @@ typedef NS_ENUM(NSUInteger, HBJobState){ @property (nonatomic, readwrite) BOOL chaptersEnabled; @property (nonatomic, readonly) NSArray *chapterTitles; +@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo; + @end NS_ASSUME_NONNULL_END |