mirror of https://github.com/oxen-io/session-ios
hide outgoing call message sending status
parent
0684e5250d
commit
98268ebf73
@ -0,0 +1,15 @@
|
|||||||
|
// 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
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue