mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add a protocol for the info view controllers, and as a result eliminate some excessive code
This commit is contained in:
@@ -23,8 +23,9 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "InfoViewController.h"
|
||||
|
||||
@interface InfoGeneralViewController : NSViewController
|
||||
@interface InfoGeneralViewController : NSViewController <InfoViewController>
|
||||
{
|
||||
NSArray * fTorrents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user