From fe8f9f46fd3c2072eac2ee1e2d9329fbbacb35f4 Mon Sep 17 00:00:00 2001 From: Andrea Busi Date: Sat, 29 Aug 2020 16:49:01 +0200 Subject: [PATCH] refactor: Remove no longer needed imports --- .../Settings/SettingsRealTimeAlertsViewController.m | 1 - .../Settings/SettingsSeismicNetworkAlertsViewController.m | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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;