mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Support Dynamic Type
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
public struct PresentationResources {
|
||||
}
|
||||
@@ -219,3 +220,12 @@ public enum PresentationResourceKey: Int32 {
|
||||
|
||||
case emptyChatListCheckIcon
|
||||
}
|
||||
|
||||
public enum PresentationResourceParameterKey: Hashable {
|
||||
case chatOutgoingFullCheck(CGFloat)
|
||||
case chatOutgoingPartialCheck(CGFloat)
|
||||
case chatMediaFullCheck(CGFloat)
|
||||
case chatMediaPartialCheck(CGFloat)
|
||||
case chatFreeFullCheck(CGFloat)
|
||||
case chatFreePartialCheck(CGFloat)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user