Where can I find source code for application.h and application.cpp?

application.h and application.cpp source code files location?

Thanks

Top right corner of this forum site you’ll fine “OPEN SOURCE”.
This will bring you to GitHub and in there you’ll find the CORE_FIRMWARE and in there
https://github.com/spark/firmware/blob/develop/user/inc/application.h
https://github.com/spark/firmware/blob/develop/user/src/application.cpp

Thanks #ScruffR. That is exactly what I am looking for.