#include #include "DynamicElements.h" /* Those are just empty to make the demo work. * In an real application, you might want to add real code to these classes * and split them into separate files. */ @implementation DynamicElements @end @interface Session: WOSession @end @implementation Session @end @interface DirectAction: WODirectAction @end @implementation DirectAction @end