The EDIF SDK allows you to quickly create a dummy PC extension that does nothing and allows you to quickly set up an interface between your PC extension and the iOS extension.
You simply define the actions/conditions/expressions in a JSON file for your extension and you can start using it in the PC runtime. It will of course be best if you implement some kind of code that will fake the functionality so you have something to test in the PC runtime.