session-ios/Session/Calls/Views & Modals/IncomingCallBanner.swift

16 lines
339 B
Swift
Raw Normal View History

// Copyright © 2021 Rangeproof Pty Ltd. All rights reserved.
import UIKit
class IncomingCallBanner: UIView {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}