mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-16 19:51:46 +08:00
5 lines
94 B
Ruby
5 lines
94 B
Ruby
class TabScreen < PM::Screen
|
|
title "Tab"
|
|
tab_bar_item title: "Tab Item", item: "list"
|
|
end
|