"Home Section"
! CousteauDivers class methodsFor: #specs !
homeCoordinatorSpec
" Private - Return the section spec. "
^(
(#class -> #MobileEditor),
(#configuration -> (
(#title -> #Home)
)
)
)! !