Escher: Add the App and Responder classes

Change-Id: Ia11d13132b3bd5aa085787556b8e198089bcb0fa
This commit is contained in:
Romain Goyet
2016-05-30 13:27:17 +02:00
parent 97be08027f
commit 4ed72f60df
11 changed files with 220 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
#include <escher/view_controller.h>
ViewController::ViewController() {
ViewController::ViewController() :
Responder() {
}
char * ViewController::title() {