5 lines
152 B
Objective-C
5 lines
152 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface YTSearchableSettingsViewController : UIViewController
|
|
- (void)storeCollectionViewSections:(NSArray *)sections;
|
|
@end
|