mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Adopting lightweight generics (#2974)
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <Quartz/Quartz.h>
|
||||
|
||||
@class Torrent;
|
||||
|
||||
@interface InfoWindowController : NSWindowController
|
||||
|
||||
@property(nonatomic, readonly) NSArray* quickLookURLs;
|
||||
@property(nonatomic, readonly) NSArray<NSURL*>* quickLookURLs;
|
||||
@property(nonatomic, readonly) BOOL canQuickLook;
|
||||
|
||||
- (void)setInfoForTorrents:(NSArray*)torrents;
|
||||
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
|
||||
- (void)updateInfoStats;
|
||||
- (void)updateOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user