diff --git a/Sources/Earthquake Network/Controllers/Settings/SettingsRealTimeAlertsViewController.m b/Sources/Earthquake Network/Controllers/Settings/SettingsRealTimeAlertsViewController.m index b75d229..dee2bed 100644 --- a/Sources/Earthquake Network/Controllers/Settings/SettingsRealTimeAlertsViewController.m +++ b/Sources/Earthquake Network/Controllers/Settings/SettingsRealTimeAlertsViewController.m @@ -8,7 +8,6 @@ #import "SettingsRealTimeAlertsViewController.h" #import "EQNAllertaSismica.h" -#import "EQNUtility.h" @interface SettingsRealTimeAlertsViewController () diff --git a/Sources/Earthquake Network/Controllers/Settings/SettingsSeismicNetworkAlertsViewController.m b/Sources/Earthquake Network/Controllers/Settings/SettingsSeismicNetworkAlertsViewController.m index 79000e1..efd8b97 100644 --- a/Sources/Earthquake Network/Controllers/Settings/SettingsSeismicNetworkAlertsViewController.m +++ b/Sources/Earthquake Network/Controllers/Settings/SettingsSeismicNetworkAlertsViewController.m @@ -8,10 +8,8 @@ #import "SettingsSeismicNetworkAlertsViewController.h" #import "EQNNotificeReteSismiche.h" -#import "EQNUtility.h" -#import "PickerViewController.h" -@interface SettingsSeismicNetworkAlertsViewController () +@interface SettingsSeismicNetworkAlertsViewController () @property (nonatomic, strong) NSArray *settings; @property (nonatomic, strong) NSArray *dataSourceRaggioSisma;