Sha256: 378ff0c2a4730d8d710559228735611685ad594247fce0cf4aa7680670578188
Contents?: true
Size: 255 Bytes
Versions: 15
Compression:
Stored size: 255 Bytes
Contents
module MotionPrime class NavigationController < UINavigationController # Return the main controller. def main_controller self end # Return content controller (without sidebar) def content_controller self end end end
Version data entries
15 entries across 15 versions & 1 rubygems