1792f4b4bb
- Rewrite Settings controller in Swift - Move settings as tab bar item - Force settings save when user change tab or back from a sub-setting controller
19 lines
388 B
Objective-C
19 lines
388 B
Objective-C
//
|
|
// SettingsSeismicNetworkAlertsViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Refactored by Andrea Busi 25/08/2020.
|
|
// Copyright © 2020 Earthquake Network. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "SettingsBaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SettingsSeismicNetworkAlertsViewController : SettingsBaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|