Add missing protocols to fix deprecation warnings (#7826)

This commit is contained in:
Dzmitry Neviadomski
2025-11-18 15:13:59 +03:00
committed by GitHub
parent 84cc06c651
commit 821e70d742
11 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
#import <AppKit/AppKit.h>
@interface WebSeedTableView : NSTableView
@interface WebSeedTableView : NSTableView<NSMenuItemValidation>
@property(nonatomic, weak) NSArray<NSDictionary*>* webSeeds;