package com.navigation.androidx;

public enum PresentationStyle {
    CurrentContext, OverFullScreen
}
