Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroCarrillo committed Sep 21, 2016
1 parent 1c917c1 commit 8226ccc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ public String showTitle() {
// title for this step.
}
@Override
public void setupViews() {
// find my views.
}
@Override
public void onStepCancel() {
// you can handle special cases when canceling.
Expand Down

0 comments on commit 8226ccc

Please sign in to comment.