diff --git a/PanModal/Controller/PanModalPresentationController.swift b/PanModal/Controller/PanModalPresentationController.swift index 7f2d23b..efffded 100644 --- a/PanModal/Controller/PanModalPresentationController.swift +++ b/PanModal/Controller/PanModalPresentationController.swift @@ -22,7 +22,7 @@ import UIKit By conforming to the PanModalPresentable protocol & overriding values the presented view can define its layout configuration & presentation. */ -public class PanModalPresentationController: UIPresentationController { +open class PanModalPresentationController: UIPresentationController { /** Enum representing the possible presentation states