[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

cousteau[section] Media

"Media Section"

! CousteauDivers class methodsFor: #specs !
mediaCoordinatorSpec
	" Private - Return the section spec. "

	^(
        (#class -> #MobileEditor),
        (#configuration -> (
            (#title -> #Media)
            )
        )
      )! !