mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +01:00
Adopting lightweight generics (#2974)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
@interface InfoOptionsViewController : NSViewController<InfoViewController>
|
||||
|
||||
- (void)setInfoForTorrents:(NSArray*)torrents;
|
||||
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
|
||||
- (void)updateInfo;
|
||||
- (void)updateOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user