Digital ACT-191 ONEAPP-9314 story: removed unused code

This commit is contained in:
Vasavi Kanamarlapudi 2024-08-15 16:37:01 +05:30
parent 7ae5f9853d
commit 01c05deebd

View File

@ -225,13 +225,6 @@ open class PriceLockup: View {
setNeedsUpdate() setNeedsUpdate()
} }
open override var accessibilityElements: [Any]? {
get {
return nil
}
set {}
}
//-------------------------------------------------- //--------------------------------------------------
// MARK: - Private Methods // MARK: - Private Methods
//-------------------------------------------------- //--------------------------------------------------