mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 15:50:17 +01:00
Make iOS AppDelegate final.
This commit is contained in:
parent
1722b23101
commit
c88dc18644
@ -19,7 +19,7 @@ import libxml2
|
|||||||
@MainActor var appDelegate: AppDelegate!
|
@MainActor var appDelegate: AppDelegate!
|
||||||
|
|
||||||
@UIApplicationMain
|
@UIApplicationMain
|
||||||
class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, UnreadCountProvider {
|
final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, UnreadCountProvider {
|
||||||
|
|
||||||
private var bgTaskDispatchQueue = DispatchQueue.init(label: "BGTaskScheduler")
|
private var bgTaskDispatchQueue = DispatchQueue.init(label: "BGTaskScheduler")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user