Files
YTLitePlus/Tweaks/YouTubeHeader/YTSearchableSettingsViewController.h
2023-06-27 09:54:41 +02:00

6 lines
152 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTSearchableSettingsViewController : UIViewController
- (void)storeCollectionViewSections:(NSArray *)sections;
@end