Merge branch 'voip_design_updates' into voip_jitsi_remover

This commit is contained in:
ismailgulek
2021-05-04 19:11:17 +03:00
44 changed files with 989 additions and 68 deletions
@@ -20,10 +20,10 @@ import UIKit
class DialpadButton: UIButton {
struct ViewData {
var title: String
var tone: SystemSoundID
var subtitle: String?
var showsSubtitleSpace: Bool
let title: String
let tone: SystemSoundID
let subtitle: String?
let showsSubtitleSpace: Bool
init(title: String, tone: SystemSoundID, subtitle: String? = nil, showsSubtitleSpace: Bool = false) {
self.title = title