Skip to content

Commit

Permalink
Merge branch 'feat/navigation-overhaul-WPB-6647' into epic/navigation…
Browse files Browse the repository at this point in the history
…-overhaul-WPB-6647
  • Loading branch information
caldrian committed Oct 16, 2024
2 parents 9cdf017 + 30e7145 commit c2a0136
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public protocol MainSplitViewControllerProtocol: UISplitViewController, MainCont

associatedtype Sidebar: MainSidebarProtocol
associatedtype TabBarController: MainTabBarControllerProtocol where
TabBarController.ConversationListUI == ConversationListUI,
TabBarController.ConversationUI == ConversationUI,
TabBarController.ArchiveUI == ArchiveUI,
TabBarController.SettingsUI == SettingsUI
TabBarController.ConversationListUI == ConversationListUI,
TabBarController.ConversationUI == ConversationUI,
TabBarController.ArchiveUI == ArchiveUI,
TabBarController.SettingsUI == SettingsUI

/// Contains the reference to the view controller shown in the primary column.
var sidebar: Sidebar! { get }
Expand Down

0 comments on commit c2a0136

Please sign in to comment.