Move private interfaces to interface extensions (#932)

This commit is contained in:
C.W. Betts
2022-01-23 18:32:45 -07:00
committed by GitHub
parent 26bb9f3440
commit 3b4909ac9d
30 changed files with 30 additions and 150 deletions

View File

@@ -8,7 +8,7 @@
#import "FileOutlineView.h"
#import "Torrent.h"
@interface InfoFileViewController (Private)
@interface InfoFileViewController ()
- (void)setupInfo;
@@ -191,10 +191,6 @@
return NSZeroRect;
}
@end
@implementation InfoFileViewController (Private)
- (void)setupInfo
{
fFileFilterField.stringValue = @"";