fix(Xcode): Fixed build issues with Xcode 15

This commit is contained in:
Michael Starke
2023-11-13 10:09:04 +01:00
parent 37f0ab1f8c
commit e7cafbff48

View File

@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (readonly, strong) MPInspectorViewController *inspectorViewController;
- (void)registerNotificationsForDocument:(MPDocument *)document;
- (IBAction)toggleInspector:(id)sender;
- (IBAction)toggleInspector:(nullable id)sender;
- (void)showOutline;
@end