#import "WMFViewController.h" @class MWKDataStore; @protocol NotificationsCenterPresentationDelegate; NS_ASSUME_NONNULL_BEGIN @interface WMFSettingsViewController : WMFViewController + (instancetype)settingsViewControllerWithDataStore:(MWKDataStore *)store; - (void)loadSections; - (void)configureBarButtonItems; @property (nonatomic, strong, readonly) MWKDataStore *dataStore; @property (nonatomic, weak, nullable) id notificationsCenterPresentationDelegate; NS_ASSUME_NONNULL_END @end