@startuml class com.example.music.SongsFragment { ~ RecyclerView recyclerView ~ MusicAdapter musicAdapter + View onCreateView(LayoutInflater,ViewGroup,Bundle) } androidx.fragment.app.Fragment <|-- com.example.music.SongsFragment @enduml