#include /* MyNewsPage This is our page component. It inherits from OGoComponent mostly to gain the label translation system. To make the page appear in the news application, we declare it as a 'NewsPage' in the bundle-info.plist. */ @interface MyNewsPage : OGoComponent { } @end #import #include @implementation MyNewsPage @end /* MyNewsPage */