From 8226ccc9b9159350c59e54434ade8b758e1bb89a Mon Sep 17 00:00:00 2001 From: Pedro Carrillo Date: Wed, 21 Sep 2016 11:55:15 -0400 Subject: [PATCH] updating readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fe560ce..cc09b4b 100644 --- a/README.md +++ b/README.md @@ -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.