refactor: remove superfluous interface declarations (#4110)

This commit is contained in:
A Cœur
2022-11-09 13:36:53 +08:00
committed by GitHub
parent 3e0ca88f7d
commit 69fda72a8b
29 changed files with 0 additions and 159 deletions

View File

@@ -67,10 +67,6 @@ static CGFloat const kStackViewSpacing = 8.0;
@property(nonatomic, readonly) CGFloat horizLayoutWidth;
@property(nonatomic, readonly) CGFloat vertLayoutHeight;
- (void)setupInfo;
- (void)setGlobalLabels;
- (void)updateOptionsNotification:(NSNotification*)notification;
@end
@implementation InfoOptionsViewController