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

@@ -12,7 +12,7 @@
+ (void)downloadWithPrefsController:(PrefsController*)prefsController;
- (void)cancelDownload:(id)sender;
- (IBAction)cancelDownload:(id)sender;
- (void)setStatusStarting;
- (void)setStatusProgressForCurrentSize:(NSUInteger)currentSize expectedSize:(long long)expectedSize;