mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:05:20 +00:00
Fix platform-specific imports in BatteryOptimizer
This commit is contained in:
@@ -7,8 +7,10 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
import Combine
|
||||||
|
#if os(iOS)
|
||||||
import UIKit
|
import UIKit
|
||||||
#if os(macOS)
|
#elseif os(macOS)
|
||||||
import IOKit.ps
|
import IOKit.ps
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user