diff options
Diffstat (limited to 'macosx/HBRange.h')
-rw-r--r-- | macosx/HBRange.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBRange.h b/macosx/HBRange.h index bf18279b8..ad0ff407a 100644 --- a/macosx/HBRange.h +++ b/macosx/HBRange.h @@ -46,6 +46,8 @@ typedef NS_ENUM(NSUInteger, HBRangeType) { @property (nonatomic, readwrite, weak, nullable) HBTitle *title; +@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo; + @end NS_ASSUME_NONNULL_END |