refactor: Remove useless imports

This commit is contained in:
Andrea Busi
2020-12-07 09:03:37 +01:00
parent ad1487afdf
commit 5612768d7f
6 changed files with 0 additions and 9 deletions
@@ -12,9 +12,7 @@
#import "EQNGeneratoreURLServer.h"
#import "EQNManager.h"
#import "PastquakesDettagliMappa.h"
#import "PastquakesAnnotation.h"
#import "EQNUser.h"
#import "AppDelegate.h"
#import "EQNAreaCheck.h"
@import StoreKit;
@import SafariServices;
@@ -7,7 +7,6 @@
//
#import "EQNBaseViewController.h"
#import "EQNUtility.h"
@import GoogleMobileAds;
@interface EQNBaseViewController ()
@@ -10,10 +10,7 @@
#import "AppDelegate.h"
#import "EQNBaseViewController.h"
#import "SettingsBaseViewController.h"
#import "EQNUtility.h"
#import "EQNManager.h"
#import "EQNGeneratoreURLServer.h"
#import "ServerRequest.h"
@interface EQNMainTabBarController () <UITabBarControllerDelegate>
@@ -8,7 +8,6 @@
#import "SettingsUserReportAlertsViewController.h"
#import "EQNNotificheSegnalazioniUtente.h"
#import "EQNUtility.h"
@interface SettingsUserReportAlertsViewController ()
@@ -7,7 +7,6 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "Costanti.h"
NS_ASSUME_NONNULL_BEGIN
@@ -7,7 +7,6 @@
//
#import "EQNManager.h"
#import <UIKit/UIKit.h>
#import "EQNCalibrazione.h"
#import "EQNRilevamento.h"
#import "EQNUser.h"