Support Dynamic Type

This commit is contained in:
Ali
2019-11-19 23:28:36 +04:00
parent 0f081f9ac3
commit eaa8bcb08e
183 changed files with 7045 additions and 5847 deletions

View File

@@ -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)
}