Files
eqn.ios/Sources/Earthquake Network/Controllers/Settings/SettingsRealTimeAlertsViewController.h
T
Andrea Busi b1b7ddd8c1 refactor: Clean up setting classes
- Rename controllers to be "SettingsXXX"
- Remove unused controllers
- Remove old stuff from Storyboard
2020-08-28 13:47:42 +02:00

18 lines
325 B
Objective-C

//
// AletaSismiTableViewController.h
// Earthquake Network
//
// Refactored by Andrea Busi 25/08/2020.
// Copyright © 2020 Earthquake Network. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SettingsRealTimeAlertsViewController : UITableViewController
@end
NS_ASSUME_NONNULL_END