```scss
// Property(ies): hasChild
// Component(s): Ti.UI.TableViewRow
'.has-child': { hasChild: true }
'.dont-have-child': { hasChild: false }
```