mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
8 lines
143 B
Swift
8 lines
143 B
Swift
import Foundation
|
|
import SwiftSignalKit
|
|
import TelegramCore
|
|
import TelegramPresentationData
|
|
|
|
public protocol ThemeUpdateManager: AnyObject {
|
|
}
|