b1b7ddd8c1
- Rename controllers to be "SettingsXXX" - Remove unused controllers - Remove old stuff from Storyboard
18 lines
325 B
Objective-C
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
|