Skip to content

Instantly share code, notes, and snippets.

@marinrafael
Last active June 9, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marinrafael/5e7d547ac0007f4c5037eaa64dffeadf to your computer and use it in GitHub Desktop.
Save marinrafael/5e7d547ac0007f4c5037eaa64dffeadf to your computer and use it in GitHub Desktop.
class Row extends Layer
constructor: (options={}) ->
super options
@title = options.title
@subtitle = options.subtitle
@renderRow()
renderRow: ->
# what happens when you render your row
print @title
print @subtitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment