sap.ui.define(, function(Controller) {

"use strict";
return Controller.extend("sample.controller.NotFound", {
  onInit: function() {}
});

});