9344eae39a
- renamed from DettadliMenuTableViewController to SettingsViewController - used inset table view style - improve code
18 lines
304 B
Objective-C
18 lines
304 B
Objective-C
//
|
|
// SettingsViewController.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 SettingsViewController : UITableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|