Remove unused imports of the Zip module.
This commit is contained in:
parent
1bef45e1af
commit
d31c9c1766
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Articles
|
import Articles
|
||||||
import Zip
|
|
||||||
|
|
||||||
protocol AppDelegateAppleEvents {
|
protocol AppDelegateAppleEvents {
|
||||||
func installAppleEventHandlers()
|
func installAppleEventHandlers()
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
import UIKit
|
import UIKit
|
||||||
import UserNotifications
|
import UserNotifications
|
||||||
import Account
|
import Account
|
||||||
import Zip
|
|
||||||
|
|
||||||
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue