Navigation tabs parent class.

Commit
ee70acdc42b4c0f21d94b3a4b61514699323505a
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTTab.class.st
index 00000000..10706d4e 000000..100644
@@ -0,0 +1,14 @@
1 Added: Class {
2 Added: #name : #MFTTab,
3 Added: #superclass : #SBSComponent,
4 Added: #instVars : [
5 Added: 'title'
6 Added: ],
7 Added: #category : #'MyFitnessTracker-Components'
8 Added: }
9 Added:
10 Added: { #category : #accessing }
11 Added: MFTTab >> title [
12 Added:
13 Added: ^ title asString
14 Added: ]