FlowTemplateCoordinatorBridgePresenter: Update class comment.

This commit is contained in:
SBiOSoftWhare
2020-09-24 12:15:36 +02:00
parent 67032a9d2e
commit bfb6a5db51

View File

@@ -22,6 +22,7 @@ import Foundation
/// FlowTemplateCoordinatorBridgePresenter enables to start FlowTemplateCoordinator from a view controller.
/// This bridge is used while waiting for global usage of coordinator pattern.
/// It breaks the Coordinator abstraction and it has been introduced for Objective-C compatibility (mainly for integration in legacy view controllers). Each bridge should be removed once the underlying Coordinator has been integrated by another Coordinator.
@objcMembers
final class FlowTemplateCoordinatorBridgePresenter: NSObject {