remove wrong commit

This commit is contained in:
Khan, Arshad 2020-07-10 22:26:31 +05:30
parent 65d2129653
commit eba851f2ea

View File

@ -8,7 +8,7 @@
import Foundation import Foundation
public protocol TabPageModelProtocol : ModelProtocol { public protocol TabPageModelProtocol {
var tabBarHidden: Bool { get set } var tabBarHidden: Bool { get set }
var tabBarIndex: Int? { get set } var tabBarIndex: Int? { get set }
} }