mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Add missing protocols to fix deprecation warnings (#7826)
This commit is contained in:
committed by
GitHub
parent
84cc06c651
commit
821e70d742
@@ -4,7 +4,7 @@
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface WebSeedTableView : NSTableView
|
||||
@interface WebSeedTableView : NSTableView<NSMenuItemValidation>
|
||||
|
||||
@property(nonatomic, weak) NSArray<NSDictionary*>* webSeeds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user