hook action in the xib (#4135)

This commit is contained in:
A Cœur
2022-11-16 00:50:16 +08:00
committed by GitHub
parent 22c14c9266
commit befeafbcfe
20 changed files with 78 additions and 81 deletions

View File

@@ -11,6 +11,6 @@
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
- (void)updateInfo;
- (void)revealDataFile:(id)sender;
- (IBAction)revealDataFile:(id)sender;
@end