Once you have generated Objective-C code for your mobile business objects, you can generate HeaderDoc (HTML reference information) on the Mac from the generated code. HeaderDoc provides reference information for the MBOs you have designed. The HeaderDoc will help you to programmatically bind your device application to the generated code.
>headerdoc2html –o GeneratedDocDir GeneratedCodeDir >gatherheaderdoc GeneratedDocDir
You can open the file OutputDir/masterTOC.html in a Web browser to see the interlinked sets of documentation.