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